diff options
Diffstat (limited to 'src/xline.cpp')
-rw-r--r-- | src/xline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xline.cpp b/src/xline.cpp index 7d26461b4..8fa7085c8 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -48,7 +48,7 @@ void XLine::Recache() } catch (const std::regex_error &ex) { - Log(LOG_DEBUG) << ex.what(); + Anope::Logger.Debug(ex.what()); } } |