dont reset coloring when it wasn't set in the first place
This commit is contained in:
parent
966f1d654e
commit
88a0cc8c9c
@ -104,7 +104,7 @@ public:
|
||||
if(!LogPolicy::GetInstance().IsMute()) {
|
||||
switch(level) {
|
||||
case logINFO:
|
||||
std::cout << os.str() << COL_RESET << std::endl;
|
||||
std::cout << os.str() << std::endl;
|
||||
break;
|
||||
case logWARNING:
|
||||
std::cerr << RED << os.str() << COL_RESET << std::endl;
|
||||
|
Loading…
Reference in New Issue
Block a user