Fix debug output in record_full_open_1
[deliverable/binutils-gdb.git] / gdb / record-full.c
index 603a9ba4f07bbe78a19adb8751adcd40aba2d98b..5608e70e8294e2a95c869e6394fe2b82595e08a0 100644 (file)
@@ -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)
This page took 0.024361 seconds and 4 git commands to generate.