diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-10-24 18:41:38 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-10-24 18:41:38 -0500 |
| commit | be6c5afabb3d5146a46f74ae9fa44f520f380e8b (patch) | |
| tree | ef87b61000a05c396eed4480f3b0f1bad692fa88 | |
| parent | 2319b9dd9f2907e121e1fd78351c7713959ce7fc (diff) | |
| parent | afcfb3b32ff7ca3964f070f3c455a1081a943ff9 (diff) | |
| download | monzero-core-be6c5afabb3d5146a46f74ae9fa44f520f380e8b.tar.gz monzero-core-be6c5afabb3d5146a46f74ae9fa44f520f380e8b.tar.xz monzero-core-be6c5afabb3d5146a46f74ae9fa44f520f380e8b.zip | |
Merge pull request #6016
afcfb3b easylogging++: windows does not need terminal colour support (moneromooo-monero)
| -rw-r--r-- | external/easylogging++/easylogging++.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/external/easylogging++/easylogging++.cc b/external/easylogging++/easylogging++.cc index 0f83e1de2..5c756bcdf 100644 --- a/external/easylogging++/easylogging++.cc +++ b/external/easylogging++/easylogging++.cc @@ -684,7 +684,9 @@ void LogBuilder::convertToColoredOutput(base::type::string_t* logLine, Level lev } void LogBuilder::setColor(Color color, bool bright) { +#if !ELPP_OS_WINDOWS if (m_termSupportsColor) +#endif el::base::utils::setConsoleColor(color, bright); } |
