summaryrefslogtreecommitdiff
path: root/modules/database/db_atheme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/database/db_atheme.cpp')
-rw-r--r--modules/database/db_atheme.cpp2
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;
}