aboutsummaryrefslogtreecommitdiff
path: root/gdb/observer.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/observer.c')
-rw-r--r--gdb/observer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/observer.c b/gdb/observer.c
index e78e513..2ec8371 100644
--- a/gdb/observer.c
+++ b/gdb/observer.c
@@ -146,7 +146,7 @@ generic_observer_detach (struct observer_list **subject,
/* We should never reach this point. However, this should not be
a very serious error, so simply report a warning to the user. */
- warning ("Failed to detach observer");
+ warning (_("Failed to detach observer"));
}
/* Send a notification to all the observers of SUBJECT. ARGS is passed to