2011-10-13 Luis Machado <lgustavo@codesourcery.com>

* tracepoint.c (trace_save_command): Use filename instead of
	args when printing.
This commit is contained in:
Luis Machado 2011-10-13 13:06:18 +00:00
parent 9cd3e4e527
commit a70633a2dd
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-10-13 Luis Machado <lgustavo@codesourcery.com>
* tracepoint.c (trace_save_command): Use filename instead of
args when printing.
2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
* dwarf2read.c (dwarf2_fetch_die_location_block): Initialize .data even

View File

@ -2925,7 +2925,7 @@ trace_save_command (char *args, int from_tty)
trace_save (filename, target_does_save);
if (from_tty)
printf_filtered (_("Trace data saved to file '%s'.\n"), args);
printf_filtered (_("Trace data saved to file '%s'.\n"), filename);
do_cleanups (back_to);
}