mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-24 08:00:14 +00:00
Reduce release log spam and harden release logging defaults
This commit is contained in:
parent
5966fedc59
commit
c26353eda1
8 changed files with 137 additions and 52 deletions
|
|
@ -263,7 +263,10 @@ void AuthScreen::render(auth::AuthHandler& authHandler) {
|
|||
LOG_INFO("AuthScreen: Playing login intro track: ", path);
|
||||
musicPlaying = music->isPlaying();
|
||||
} else {
|
||||
LOG_WARNING("AuthScreen: No login intro tracks found in assets/");
|
||||
if (!missingIntroTracksLogged_) {
|
||||
LOG_WARNING("AuthScreen: No login intro tracks found in assets/");
|
||||
missingIntroTracksLogged_ = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue