aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/remote-utils.c')
-rw-r--r--gdb/remote-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-utils.c b/gdb/remote-utils.c
index 8bfa864..d4775ad 100644
--- a/gdb/remote-utils.c
+++ b/gdb/remote-utils.c
@@ -282,7 +282,7 @@ sr_write (char *a, int l)
int i;
if (serial_write (sr_get_desc (), a, l) != 0)
- perror_with_name ("sr_write: Error writing to remote");
+ perror_with_name (_("sr_write: Error writing to remote"));
if (sr_get_debug () > 0)
for (i = 0; i < l; i++)