diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-08-09 12:47:13 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-08-09 12:48:04 +0200 |
commit | 49b06c2e838750a0b5504f5f8367818bfa893806 (patch) | |
tree | 8e0340fc24474a286406908acf243183d7b29094 /extensions/source/update | |
parent | a53ea24f9a3e31669f83ff76cdddfec9aec90389 (diff) |
loplugin:sallogareas
Change-Id: I3443ed8d481d7a0ac72c03c4d0fd0bcf100a09b6
Diffstat (limited to 'extensions/source/update')
-rw-r--r-- | extensions/source/update/check/updatecheck.cxx | 2 |
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; } |