aboutsummaryrefslogtreecommitdiff
path: root/gdb/varobj.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-01-06 09:30:35 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-01-06 09:30:35 +0000
commit8f7e195f62ca83d6d8e93d75025ff8c06cae6f82 (patch)
tree8baca1561f6e1c2b471ef354f30cdc83115af180 /gdb/varobj.c
parente9bdf92c6fafb52cce73a38a78593b11741eba4f (diff)
downloadgdb-8f7e195f62ca83d6d8e93d75025ff8c06cae6f82.zip
gdb-8f7e195f62ca83d6d8e93d75025ff8c06cae6f82.tar.gz
gdb-8f7e195f62ca83d6d8e93d75025ff8c06cae6f82.tar.bz2
Remove trailing new-line at end of error string
gdb/ChangeLog: * linespec.c (decode_compound, find_method): Remove trailing \n at end of error string. * solib-irix.c (irix_current_sos): Likewise. * varobj.c (uninstall_variable): Likewise.
Diffstat (limited to 'gdb/varobj.c')
-rw-r--r--gdb/varobj.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/varobj.c b/gdb/varobj.c
index 8cfcccf..1792c2e 100644
--- a/gdb/varobj.c
+++ b/gdb/varobj.c
@@ -2060,8 +2060,8 @@ uninstall_variable (struct varobj *var)
}
if (cr == NULL)
{
- warning ("Assertion failed: Could not find "
- "varobj \"%s\" in root list",
+ warning (_("Assertion failed: Could not find "
+ "varobj \"%s\" in root list"),
var->obj_name);
return;
}