[Libreoffice-commits] core.git: vcl/source

Stephan Bergmann sbergman at redhat.com
Mon Dec 19 22:25:25 UTC 2016


 vcl/source/uitest/uitest.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 52853b53494e1e51d71ccdb54afd7a4f16fba93c
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Dec 19 23:24:45 2016 +0100

    loplugin:sallogareas
    
    Change-Id: I85e4c411548768a9a85686aab35e5795116f0308

diff --git a/vcl/source/uitest/uitest.cxx b/vcl/source/uitest/uitest.cxx
index 4538388..d876479 100644
--- a/vcl/source/uitest/uitest.cxx
+++ b/vcl/source/uitest/uitest.cxx
@@ -23,7 +23,7 @@ void UITest::executeCommand(const OUString& rCommand)
         {{"SynchronMode", -1, css::uno::Any(false),
           css::beans::PropertyState_DIRECT_VALUE}});
 
-    SAL_WARN_IF(!bSuccess, "uitest", "failed to execute command: " << rCommand);
+    SAL_WARN_IF(!bSuccess, "vcl.uitest", "failed to execute command: " << rCommand);
 }
 
 std::unique_ptr<UIObject> UITest::getFocusTopWindow()


More information about the Libreoffice-commits mailing list