[Libreoffice-commits] online.git: common/Log.cpp

Ashod Nakashian (via logerrit) logerrit at kemper.freedesktop.org
Tue Oct 29 01:36:27 UTC 2019


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

New commits:
commit 56b49b50004cd3577b99ab7a65f7e8c834cd421f
Author:     Ashod Nakashian <ashod.nakashian at collabora.co.uk>
AuthorDate: Tue Oct 22 10:30:48 2019 -0400
Commit:     Ashod Nakashian <ashnakash at gmail.com>
CommitDate: Tue Oct 29 02:36:08 2019 +0100

    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>
    (cherry picked from commit 7c325c0fb32951dfc8786df98d72e72c92443088)
    Reviewed-on: https://gerrit.libreoffice.org/81577
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at gmail.com>

diff --git a/common/Log.cpp b/common/Log.cpp
index 00d047e86..cdb72a903 100644
--- a/common/Log.cpp
+++ b/common/Log.cpp
@@ -177,6 +177,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