mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-28 12:22:25 +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)
|
void ClientListEntry::SetOnline(CLE_Status iOnline)
|
||||||
{
|
{
|
||||||
LogInfo(
|
LogDebug(
|
||||||
"ClientListEntry::SetOnline for [{}] ({}) = {}",
|
"ClientListEntry::SetOnline for [{}] ({}) = {}",
|
||||||
AccountName(),
|
AccountName(),
|
||||||
AccountID(),
|
AccountID(),
|
||||||
@ -160,7 +160,6 @@ void ClientListEntry::SetOnline(CLE_Status iOnline)
|
|||||||
if (pOnline >= CLE_Status::Online) {
|
if (pOnline >= CLE_Status::Online) {
|
||||||
stale = 0;
|
stale = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ClientListEntry::LSUpdate(ZoneServer *iZS)
|
void ClientListEntry::LSUpdate(ZoneServer *iZS)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user