mirror of
https://github.com/anope/anope.git
synced 2026-06-30 12:26:38 +02:00
Log the channel that a mode lock was unable to be imported for.
This commit is contained in:
@@ -1420,7 +1420,7 @@ public:
|
||||
auto mh = ModeManager::FindChannelModeByName(mlock.name);
|
||||
if (!mh)
|
||||
{
|
||||
Log(this) << "Unable to find mode while importing mode lock: " << mlock.name;
|
||||
Log(this) << "Unable to find mode while importing mode lock on " << ci->name << ": " << mlock.name;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user