diff options
-rw-r--r-- | desktop/source/pkgchk/unopkg/unopkg_app.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/pkgchk/unopkg/unopkg_app.cxx b/desktop/source/pkgchk/unopkg/unopkg_app.cxx index b7f0e0e15288..c2141490cd33 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 ) { |