diff options
Diffstat (limited to 'gdb/remote-hms.c')
-rw-r--r-- | gdb/remote-hms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-hms.c b/gdb/remote-hms.c index 92cab9a..22d6c2b 100644 --- a/gdb/remote-hms.c +++ b/gdb/remote-hms.c @@ -1110,7 +1110,7 @@ hms_files_info () #ifdef __GO32__ printf_filtered ("\tAttached to DOS asynctsr and running program %s\n", file); #else - printf_filtered ("\tAttached to %s at %d baud and running program %s\n", file); + printf_filtered ("\tAttached to %s at %d baud and running program %s\n", dev_name, baudrate, file); #endif printf_filtered ("\ton an H8/300 processor.\n"); } |