gdb/auto-load: Remove repeating "auto-load" from debug message
authorAaron Merey <amerey@redhat.com>
Thu, 10 Mar 2022 20:31:33 +0000 (15:31 -0500)
committerAaron Merey <amerey@redhat.com>
Thu, 10 Mar 2022 20:50:59 +0000 (15:50 -0500)
commite15454475fa7ffa3daf0ac17b33a907983897004
tree33aa45c2c61cef8399762bfe3aacb55bdc145c5d
parent56262a931b7ca8ee3ec9104bc7e9e0b40cf3d64e
gdb/auto-load: Remove repeating "auto-load" from debug message

Remove "auto-load:" from a format string passed to auto_load_debug_printf.
It is unnecessary since this function will prefix the string with "[auto-load]"
when printing it.
gdb/auto-load.c