vcl/source/window/dialog.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2f5e75ed134cfd0224e03411ca9d7d81f319c91b
Author:     Stephan Bergmann <stephan.bergm...@allotropia.de>
AuthorDate: Thu Dec 19 17:17:31 2024 +0100
Commit:     Stephan Bergmann <stephan.bergm...@allotropia.de>
CommitDate: Thu Dec 19 23:41:06 2024 +0100

    Slightly improve diagnostic output
    
    Change-Id: Ice1debce98c77a0fa4400843abe62631dfd90a5f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178826
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de>

diff --git a/vcl/source/window/dialog.cxx b/vcl/source/window/dialog.cxx
index ed51851aaa49..17f9ddc9fd48 100644
--- a/vcl/source/window/dialog.cxx
+++ b/vcl/source/window/dialog.cxx
@@ -961,13 +961,13 @@ bool Dialog::ImplStartExecute()
             if (o3tl::IsRunningUnitTest())
             { // helps starbasic unit tests show their errors
                 std::cerr << "Dialog \"" << ImplGetDialogText(this)
-                          << "\"cancelled in silent mode";
+                          << "\" cancelled in silent mode
";
             }
 
             SAL_INFO(
                 "vcl",
                 "Dialog \"" << ImplGetDialogText(this)
-                    << "\"cancelled in silent mode");
+                    << "\" cancelled in silent mode");
             return false;
 
         case DialogCancelMode::LOKSilent:

Reply via email to