]> sourceware.org Git - systemtap.git/commitdiff
i18n: fix missing \n typo from -vvv message
authorFrank Ch. Eigler <fche@redhat.com>
Fri, 5 Aug 2011 19:13:38 +0000 (15:13 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Tue, 9 Aug 2011 15:26:34 +0000 (11:26 -0400)
translate.cxx

index 4b5f3d493ca351c888382833b3646f5f1f45eec2..8b7127b1d1f866cddccb3732703103b46db09250 100644 (file)
@@ -1638,7 +1638,7 @@ c_unparser::emit_probe (derived_probe* v)
       // NB: Elision of context variable structs is a separate
       // operation which has already taken place by now.
       if (session->verbose > 1)
-        clog << _F("%s elided, duplicates %s", v->name.c_str(), dupe.c_str());
+        clog << _F("%s elided, duplicates %s\n", v->name.c_str(), dupe.c_str());
 
 #if DUPMETHOD_CALL
       // This one emits a direct call to the first copy.
This page took 0.037061 seconds and 5 git commands to generate.