From f8ae732ccc242715a82cd16ae632726fd5570ae5 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Fri, 5 Aug 2011 15:13:38 -0400 Subject: [PATCH] i18n: fix missing \n typo from -vvv message --- translate.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translate.cxx b/translate.cxx index 4b5f3d493..8b7127b1d 100644 --- a/translate.cxx +++ b/translate.cxx @@ -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. -- 2.43.5