public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH obv] Fix debug output in record_full_open_1
@ 2016-11-29  2:38 Simon Marchi
  0 siblings, 0 replies; only message in thread
From: Simon Marchi @ 2016-11-29  2:38 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

FYI, I just pushed this as obvious.

The printed function name should be record_full_open_1, not
record_full_open.

gdb/ChangeLog:

	* record-full.c (record_full_open_1): Fix debug output.
---
 gdb/ChangeLog     | 4 ++++
 gdb/record-full.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 77bdfb5..59c39fe 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2016-11-28  Simon Marchi  <simon.marchi@polymtl.ca>
+
+	* record-full.c (record_full_open_1): Fix debug output.
+
 2016-11-26  Simon Marchi  <simon.marchi@polymtl.ca>
 
 	* mi/mi-out.c (mi_message): Remove verbosity argument.
diff --git a/gdb/record-full.c b/gdb/record-full.c
index 603a9ba..5608e70 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)
-- 
2.10.0

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-29  2:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-29  2:38 [PATCH obv] Fix debug output in record_full_open_1 Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).