1
0
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:
Sadie Powell
2024-06-19 19:41:16 +01:00
parent 4eec5c5435
commit e42c728ab8
+1 -1
View File
@@ -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;
}