diff options
Diffstat (limited to 'gdb/gdbserver/server.c')
-rw-r--r-- | gdb/gdbserver/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/server.c b/gdb/gdbserver/server.c index 7745027..f373d8a 100644 --- a/gdb/gdbserver/server.c +++ b/gdb/gdbserver/server.c @@ -3573,7 +3573,7 @@ captured_main (int argc, char *argv[]) current_directory = getcwd (NULL, 0); if (current_directory == NULL) { - error (_("%s: error finding working directory"), + error (_("Could not find current working directory: %s"), safe_strerror (errno)); } |