mirror of
https://github.com/anope/anope.git
synced 2026-06-30 00:56:37 +02:00
ngircd: move metadata non-exietent user log message to debug
This commit is contained in:
@@ -317,7 +317,7 @@ struct IRCDMessageMetadata : IRCDMessage
|
||||
User *u = User::Find(params[0]);
|
||||
if (!u)
|
||||
{
|
||||
Log() << "received METADATA for non-existent user " << params[0];
|
||||
Log(LOG_DEBUG) << "received METADATA for non-existent user " << params[0];
|
||||
return;
|
||||
}
|
||||
if (params[1].equals_cs("accountname"))
|
||||
|
||||
Reference in New Issue
Block a user