From 49b06c2e838750a0b5504f5f8367818bfa893806 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 9 Aug 2016 12:47:13 +0200 Subject: loplugin:sallogareas Change-Id: I3443ed8d481d7a0ac72c03c4d0fd0bcf100a09b6 --- extensions/source/update/check/updatecheck.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') 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; } -- cgit