[Libreoffice-commits] online.git: common/Log.cpp
Miklos Vajna (via logerrit)
logerrit at kemper.freedesktop.org
Wed Sep 11 10:40:26 UTC 2019
common/Log.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f8140acac79142255af6e09c9846b2900a8399d8
Author: Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Wed Sep 11 12:23:59 2019 +0200
Commit: Miklos Vajna <vmiklos at collabora.com>
CommitDate: Wed Sep 11 12:23:59 2019 +0200
Avoid static member access through instance
Change-Id: Ifbfdfbb0d5b6020908d041904b61a2ed3b8255c1
diff --git a/common/Log.cpp b/common/Log.cpp
index 1abb81d28..c94b382a2 100644
--- a/common/Log.cpp
+++ b/common/Log.cpp
@@ -216,7 +216,7 @@ namespace Log
#if !MOBILEAPP
void shutdown()
{
- logger().shutdown();
+ Poco::Logger::shutdown();
IsShutdown = true;
// Flush
More information about the Libreoffice-commits
mailing list