aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_httpd_stats.cpp
diff options
context:
space:
mode:
authorGravatar brain2006-08-11 12:26:07 +0000
committerGravatar brain2006-08-11 12:26:07 +0000
commite84bf9f3ec5a60078c32b272d3d7885c0708c544 (patch)
tree99fc8f4b4d7bede49e91f27abcdee6fb8c4fe6f4 /src/modules/m_httpd_stats.cpp
parentNow two types of log macro, log() and ilog(). log() assumes an InspIRCd objec... (diff)
Change to using Instance->Log (InspIRCd::Log) rather than log() macro
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4880 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_httpd_stats.cpp')
-rw-r--r--src/modules/m_httpd_stats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_httpd_stats.cpp b/src/modules/m_httpd_stats.cpp
index 7e7c106a1..677beed22 100644
--- a/src/modules/m_httpd_stats.cpp
+++ b/src/modules/m_httpd_stats.cpp
@@ -173,7 +173,7 @@ class ModuleHttpStats : public Module
Request req((char*)&response, (Module*)this, event->GetSource());
req.Send();
- log(DEBUG,"Sent");
+ ServerInstance->Log(DEBUG,"Sent");
}
}
}