diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 77bdfb58a1..59c39feca6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2016-11-28 Simon Marchi + + * record-full.c (record_full_open_1): Fix debug output. + 2016-11-26 Simon Marchi * mi/mi-out.c (mi_message): Remove verbosity argument. diff --git a/gdb/record-full.c b/gdb/record-full.c index 603a9ba4f0..5608e70e82 100644 --- a/gdb/record-full.c +++ b/gdb/record-full.c @@ -821,7 +821,7 @@ static void record_full_open_1 (const char *name, int from_tty) { if (record_debug) - fprintf_unfiltered (gdb_stdlog, "Process record: record_full_open\n"); + fprintf_unfiltered (gdb_stdlog, "Process record: record_full_open_1\n"); /* check exec */ if (!target_has_execution)