mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 06:48:20 +00:00
Move a spammy log call to LogDebug [skip ci]
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user