]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/python/py-micmd.c
Unify gdb printf functions
[thirdparty/binutils-gdb.git] / gdb / python / py-micmd.c
index a0c3071ebf8e0d33c2e01cb5151274cfe630cfe5..79e2575f789478adae19cb619dcb7611d3910cf1 100644 (file)
@@ -39,7 +39,7 @@ static void
 show_pymicmd_debug (struct ui_file *file, int from_tty,
                    struct cmd_list_element *c, const char *value)
 {
-  fprintf_filtered (file, _("Python MI command debugging is %s.\n"), value);
+  gdb_printf (file, _("Python MI command debugging is %s.\n"), value);
 }
 
 /* Print a "py-micmd" debug statement.  */