summaryrefslogtreecommitdiff
path: root/include/helperfuncs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/helperfuncs.h')
-rw-r--r--include/helperfuncs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/helperfuncs.h b/include/helperfuncs.h
index e094b1a0e..e5b563051 100644
--- a/include/helperfuncs.h
+++ b/include/helperfuncs.h
@@ -43,7 +43,7 @@
*/
#define STRINGIFY2(x) #x
#define STRINGIFY(x) STRINGIFY2(x)
-#define log(l, x, args...) do_log(l, __FILE__ ":" STRINGIFY(__LINE__) ": " x, ##args)
+#define log(l, x, args...) InspIRCd::Log(l, __FILE__ ":" STRINGIFY(__LINE__) ": " x, ##args)
void do_log(int level, const char *text, ...);
void readfile(file_cache &F, const char* fname);