Kaydet (Commit) 62b751aa authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Missing newline at end of error message

Change-Id: I1c74042697f00c6ca6b43ea85e7aab47ad326f1c
üst f96313d1
...@@ -576,7 +576,7 @@ extern "C" int unopkg_main() ...@@ -576,7 +576,7 @@ extern "C" int unopkg_main()
catch (const LockFileException & e) catch (const LockFileException & e)
{ {
if (!subcmd_gui) if (!subcmd_gui)
dp_misc::writeConsoleError(e.Message); dp_misc::writeConsoleError(e.Message + "\n");
bNoOtherErrorMsg = true; bNoOtherErrorMsg = true;
} }
catch (const ::com::sun::star::uno::Exception & e ) { catch (const ::com::sun::star::uno::Exception & e ) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment