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.
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;