diff options
-rw-r--r-- | modules/database/db_atheme.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/database/db_atheme.cpp b/modules/database/db_atheme.cpp index 2d294fe32..948ff787f 100644 --- a/modules/database/db_atheme.cpp +++ b/modules/database/db_atheme.cpp @@ -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; } |