]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/python/py-auto-load.c
Unify gdb printf functions
[thirdparty/binutils-gdb.git] / gdb / python / py-auto-load.c
index bdd116d58b33ac9d048d9c8d79b570339dd6c655..5d60460683adf7fa2e11f2877bb9f12c071e33f6 100644 (file)
@@ -37,7 +37,7 @@ static void
 show_auto_load_python_scripts (struct ui_file *file, int from_tty,
                               struct cmd_list_element *c, const char *value)
 {
-  fprintf_filtered (file, _("Auto-loading of Python scripts is %s.\n"), value);
+  gdb_printf (file, _("Auto-loading of Python scripts is %s.\n"), value);
 }
 
 /* See python-internal.h.  */