common/Log.cpp | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 7c325c0fb32951dfc8786df98d72e72c92443088
Author: Ashod Nakashian <[email protected]>
AuthorDate: Tue Oct 22 10:30:48 2019 -0400
Commit: Andras Timar <[email protected]>
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 <[email protected]>
Tested-by: Andras Timar <[email protected]>
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
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits