mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
Change some logging scope to LogInfo from LogDebug
This commit is contained in:
parent
9bc96432be
commit
3dbb5fab50
@ -193,7 +193,7 @@ uint32 AccountManagement::CheckLoginserverUserCredentials(
|
||||
return 0;
|
||||
}
|
||||
|
||||
LogDebug(
|
||||
LogInfo(
|
||||
"CheckLoginUserCredentials account [{0}] source_loginserver [{1}] credentials validated success!",
|
||||
in_account_username,
|
||||
source_loginserver
|
||||
@ -242,7 +242,7 @@ bool AccountManagement::UpdateLoginserverUserCredentials(
|
||||
)
|
||||
);
|
||||
|
||||
LogDebug(
|
||||
LogInfo(
|
||||
"ChangeLoginserverUserCredentials account [{0}] source_loginserver [{1}] credentials updated!",
|
||||
in_account_username,
|
||||
source_loginserver
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user