summaryrefslogtreecommitdiff
path: root/src/sockets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sockets.cpp')
-rw-r--r--src/sockets.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sockets.cpp b/src/sockets.cpp
index 70c9fef0d..ecdddfbb2 100644
--- a/src/sockets.cpp
+++ b/src/sockets.cpp
@@ -552,7 +552,7 @@ bool ListenSocket::ProcessRead()
}
catch (const SocketException &ex)
{
- Log() << ex.GetReason();
+ Anope::Logger.Log(ex.GetReason());
}
return true;
}