summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-08-09 12:47:13 +0200
committerMichael Stahl <mstahl@redhat.com>2016-08-09 12:48:04 +0200
commit49b06c2e838750a0b5504f5f8367818bfa893806 (patch)
tree8e0340fc24474a286406908acf243183d7b29094 /extensions
parenta53ea24f9a3e31669f83ff76cdddfec9aec90389 (diff)
loplugin:sallogareas
Change-Id: I3443ed8d481d7a0ac72c03c4d0fd0bcf100a09b6
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/update/check/updatecheck.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/update/check/updatecheck.cxx b/extensions/source/update/check/updatecheck.cxx
index 86dc5c5d0b27..25a84c978ae2 100644
--- a/extensions/source/update/check/updatecheck.cxx
+++ b/extensions/source/update/check/updatecheck.cxx
@@ -848,7 +848,7 @@ UpdateCheck::download()
if (aInfo.Sources.empty())
{
- SAL_WARN("extension.updatecheck", "download called without source");
+ SAL_WARN("extensions.update", "download called without source");
return;
}