gdb/ChangeLog: 2019-11-26 Iain Buclaw * gdb/event-top.c (handle_line_of_input): Use puts_unfiltered instead of printf_unfiltered. diff --git a/gdb/event-top.c b/gdb/event-top.c index 0396dbcc52..df6a4095fb 100644 --- a/gdb/event-top.c +++ b/gdb/event-top.c @@ -663,9 +663,9 @@ handle_line_of_input (struct buffer *cmd_line_buffer, if (from_tty && annotation_level > 1) { - printf_unfiltered (("\n\032\032post-")); + puts_unfiltered ("\n\032\032post-"); puts_unfiltered (annotation_suffix); - printf_unfiltered (("\n")); + puts_unfiltered ("\n"); } #define SERVER_COMMAND_PREFIX "server "