[Libreoffice-commits] core.git: desktop/source
Stephan Bergmann
sbergman at redhat.com
Mon Jun 15 09:37:16 PDT 2015
desktop/source/pkgchk/unopkg/unopkg_app.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 62b751aa4bbe7cb4420f5f3523b0ab9f7602d5f9
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Jun 15 18:35:21 2015 +0200
Missing newline at end of error message
Change-Id: I1c74042697f00c6ca6b43ea85e7aab47ad326f1c
diff --git a/desktop/source/pkgchk/unopkg/unopkg_app.cxx b/desktop/source/pkgchk/unopkg/unopkg_app.cxx
index b7f0e0e..c214149 100644
--- a/desktop/source/pkgchk/unopkg/unopkg_app.cxx
+++ b/desktop/source/pkgchk/unopkg/unopkg_app.cxx
@@ -576,7 +576,7 @@ extern "C" int unopkg_main()
catch (const LockFileException & e)
{
if (!subcmd_gui)
- dp_misc::writeConsoleError(e.Message);
+ dp_misc::writeConsoleError(e.Message + "\n");
bNoOtherErrorMsg = true;
}
catch (const ::com::sun::star::uno::Exception & e ) {
More information about the Libreoffice-commits
mailing list