diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/auto-load.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/auto-load.c b/gdb/auto-load.c index 5253b32..5f530d0 100644 --- a/gdb/auto-load.c +++ b/gdb/auto-load.c @@ -841,8 +841,7 @@ auto_load_objfile_script (struct objfile *objfile, realname.get ()[len] = '\0'; auto_load_debug_printf - ("auto-load: Stripped .exe suffix, retrying with \"%s\".", - realname.get ()); + ("Stripped .exe suffix, retrying with \"%s\".", realname.get ()); auto_load_objfile_script_1 (objfile, realname.get (), language); return; |