summaryrefslogtreecommitdiff
path: root/gdb/auto-load.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/auto-load.c')
-rw-r--r--gdb/auto-load.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/auto-load.c b/gdb/auto-load.c
index 5253b320543..5f530d080c3 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;