common/Log.cpp | 1 + 1 file changed, 1 insertion(+) New commits: commit 7c325c0fb32951dfc8786df98d72e72c92443088 Author: Ashod Nakashian <ashod.nakash...@collabora.co.uk> AuthorDate: Tue Oct 22 10:30:48 2019 -0400 Commit: Andras Timar <andras.ti...@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.ti...@collabora.com> Tested-by: Andras Timar <andras.ti...@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()); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits