]> Git Repo - binutils.git/blobdiff - gdb/python/py-breakpoint.c
Unify gdb printf functions
[binutils.git] / gdb / python / py-breakpoint.c
index 5891c3a9735b6d2ab32d47c4f73e81255224f4ca..74de0d90e2304b00f9295e9fcc784c053ee644e1 100644 (file)
@@ -44,7 +44,7 @@ static void
 show_pybp_debug (struct ui_file *file, int from_tty,
                 struct cmd_list_element *c, const char *value)
 {
-  fprintf_filtered (file, _("Python breakpoint debugging is %s.\n"), value);
+  gdb_printf (file, _("Python breakpoint debugging is %s.\n"), value);
 }
 
 /* Print a "py-breakpoint" debug statement.  */
This page took 0.025325 seconds and 4 git commands to generate.