summaryrefslogtreecommitdiff
path: root/vcl/source/uitest
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-19 23:24:45 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-19 23:24:45 +0100
commit52853b53494e1e51d71ccdb54afd7a4f16fba93c (patch)
tree0777674ecf172d8fd014d0fc61f1eacfc102db57 /vcl/source/uitest
parent30e7c3051dd582307437b82f1dbc21290fd2e916 (diff)
loplugin:sallogareas
Change-Id: I85e4c411548768a9a85686aab35e5795116f0308
Diffstat (limited to 'vcl/source/uitest')
-rw-r--r--vcl/source/uitest/uitest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/uitest/uitest.cxx b/vcl/source/uitest/uitest.cxx
index 45383887d4a4..d8764790f9e6 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()