diff options
Diffstat (limited to 'src/user_resolver.cpp')
-rw-r--r-- | src/user_resolver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user_resolver.cpp b/src/user_resolver.cpp index ea3b46272..3f010df03 100644 --- a/src/user_resolver.cpp +++ b/src/user_resolver.cpp @@ -54,7 +54,7 @@ void UserResolver::OnLookupComplete(const std::string &result, unsigned int ttl, } catch (CoreException& e) { - ServerInstance->Log(DEBUG,"Error in resolver: %s",e.GetReason()); + ServerInstance->Logs->Log("RESOLVER", DEBUG,"Error in resolver: %s",e.GetReason()); } } else if ((this->fwd) && (ServerInstance->SE->GetRef(this->bound_fd) == this->bound_user)) |