summaryrefslogtreecommitdiff
path: root/cpputools
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-01 14:10:20 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-01 14:17:25 +0200
commitde868f41da66a51185df15a389d9d297c7dda149 (patch)
tree28355ac70e3ec7f6cb02253ab159899d7e1d04b6 /cpputools
parentb4801abd2ee1ffa037e654731ffc20d6ff2c701c (diff)
Don't print an annoying newline every time even if otherwise silent
Change-Id: If819c60a4d1fb3af2f4f87e0e4acfd00ecad95d3
Diffstat (limited to 'cpputools')
-rw-r--r--cpputools/source/unoexe/unoexe.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpputools/source/unoexe/unoexe.cxx b/cpputools/source/unoexe/unoexe.cxx
index c5bc7bf53ca0..7f3361a1bc5f 100644
--- a/cpputools/source/unoexe/unoexe.cxx
+++ b/cpputools/source/unoexe/unoexe.cxx
@@ -671,10 +671,10 @@ SAL_IMPLEMENT_MAIN()
if (xComp.is())
xComp->dispose();
+#if OSL_DEBUG_LEVEL > 1
out( "\n" );
+#endif
return nRet;
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */