mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-21 13:42:24 +00:00
Move a spammy log call to LogDebug [skip ci]
This commit is contained in:
parent
dad1efbeaa
commit
4cba9439b9
@ -138,7 +138,7 @@ void ClientListEntry::SetOnline(ZoneServer *iZS, CLE_Status iOnline)
|
||||
|
||||
void ClientListEntry::SetOnline(CLE_Status iOnline)
|
||||
{
|
||||
LogInfo(
|
||||
LogDebug(
|
||||
"ClientListEntry::SetOnline for [{}] ({}) = {}",
|
||||
AccountName(),
|
||||
AccountID(),
|
||||
@ -160,7 +160,6 @@ void ClientListEntry::SetOnline(CLE_Status iOnline)
|
||||
if (pOnline >= CLE_Status::Online) {
|
||||
stale = 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void ClientListEntry::LSUpdate(ZoneServer *iZS)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user