diff options
Diffstat (limited to 'gdb/python/py-param.c')
-rw-r--r-- | gdb/python/py-param.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-param.c b/gdb/python/py-param.c index 592ecbb..a25dad3 100644 --- a/gdb/python/py-param.c +++ b/gdb/python/py-param.c @@ -414,7 +414,7 @@ get_set_value (const char *args, int from_tty, const char *str = set_doc_string.get (); if (str != nullptr && str[0] != '\0') - fprintf_filtered (gdb_stdout, "%s\n", str); + printf_filtered ("%s\n", str); } /* A callback function that is registered against the respective |