[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4' - wsd/DocumentBroker.cpp

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon May 20 22:35:03 UTC 2019


 wsd/DocumentBroker.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 546988b2fe23f81b887c363617b9986e207205f7
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue May 21 01:34:07 2019 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Tue May 21 01:34:07 2019 +0300

    Change an accidentally leftover LOG_ERR to LOG_TRC
    
    Change-Id: I70843ba3c580f65e1e0126ff30caceff4c5df16b

diff --git a/wsd/DocumentBroker.cpp b/wsd/DocumentBroker.cpp
index a222f5d5c..74ede3310 100644
--- a/wsd/DocumentBroker.cpp
+++ b/wsd/DocumentBroker.cpp
@@ -161,7 +161,7 @@ public:
 #if MOBILEAPP
         if (MobileTerminationFlag)
         {
-            LOG_ERR("===> Noticed MobileTerminationFlag");
+            LOG_TRC("Noticed MobileTerminationFlag.");
             MobileTerminationFlag = false;
             return false;
         }


More information about the Libreoffice-commits mailing list