mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 13:12:40 +02:00
Update libraries/shared/src/LogHandler.cpp
Co-authored-by: kasenvr <52365539+kasenvr@users.noreply.github.com>
This commit is contained in:
parent
1124590422
commit
6c25b9470d
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ LogHandler::LogHandler() {
|
|||
|
||||
auto optionList = logOptions.split(",");
|
||||
|
||||
for(auto option : optionList) {
|
||||
for (auto option : optionList) {
|
||||
option = option.trimmed();
|
||||
|
||||
if (option == "color") {
|
||||
|
|
Loading…
Reference in a new issue