[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4-0' - common/Log.cpp

Ashod Nakashian (via logerrit) logerrit at kemper.freedesktop.org
Tue Oct 22 17:24:21 UTC 2019


 common/Log.cpp |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7c325c0fb32951dfc8786df98d72e72c92443088
Author:     Ashod Nakashian <ashod.nakashian at collabora.co.uk>
AuthorDate: Tue Oct 22 10:30:48 2019 -0400
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Tue Oct 22 19:24:01 2019 +0200

    wsd: warning logging on the console is now magenta for visibility
    
    Change-Id: I8756a0c38d529495826131a3d2dcd1ab70d8c289
    Reviewed-on: https://gerrit.libreoffice.org/81337
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

diff --git a/common/Log.cpp b/common/Log.cpp
index 36cd9c126..424ef826c 100644
--- a/common/Log.cpp
+++ b/common/Log.cpp
@@ -163,6 +163,7 @@ namespace Log
         {
             channel = static_cast<Poco::Channel*>(new Poco::ColorConsoleChannel());
             channel->setProperty("traceColor", "green");
+            channel->setProperty("warningColor", "magenta");
         }
         else
             channel = static_cast<Poco::Channel*>(new Poco::ConsoleChannel());


More information about the Libreoffice-commits mailing list