Prevent AdhocServer Pings from spamming Debug Log

This commit is contained in:
ANR2ME 2020-10-16 12:01:46 +07:00
parent 40c4df2306
commit 88ebed4c02

View file

@ -1372,7 +1372,7 @@ int friendFinder(){
else {
// Update Ping Time
lastping = now;
DEBUG_LOG(SCENET, "FriendFinder: Sending OPCODE_PING (%llu)", static_cast<unsigned long long>(now));
VERBOSE_LOG(SCENET, "FriendFinder: Sending OPCODE_PING (%llu)", static_cast<unsigned long long>(now));
}
}
}