default color is magneta now for wanring

This commit is contained in:
Robin Müller 2021-06-12 15:03:18 +02:00
parent 589e64fc46
commit 73bae057bd
No known key found for this signature in database
GPG Key ID: BE6480244DFE612C
2 changed files with 736 additions and 731 deletions

File diff suppressed because it is too large Load Diff

View File

@ -35,7 +35,7 @@ ServiceInterfaceBuffer::ServiceInterfaceBuffer(std::string setMessage,
colorPrefix = sif::ANSI_COLOR_GREEN;
}
else if(setMessage.find("WARNING") != std::string::npos) {
colorPrefix = sif::ANSI_COLOR_YELLOW;
colorPrefix = sif::ANSI_COLOR_MAGENTA;
}
else if(setMessage.find("ERROR") != std::string::npos) {
colorPrefix = sif::ANSI_COLOR_RED;