Skip to content

Commit

Permalink
log output successful logins
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed May 14, 2022
1 parent d6d6318 commit ed034d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Etterna/Singletons/DownloadManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2167,6 +2167,7 @@ DownloadManager::RefreshUserData()
void
DownloadManager::OnLogin()
{
Locator::getLogger()->info("Successful login as {}", DLMAN->sessionUser);
DLMAN->RefreshUserRank();
DLMAN->RefreshUserData();
DLMAN->RefreshCountryCodes();
Expand Down

0 comments on commit ed034d7

Please sign in to comment.