From 8b02407d93810de79cf62e7aee38e725912d63db Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 24 Apr 2006 17:28:49 +0000 Subject: Fix various typos and warnings git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3907 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/inspircd.h b/include/inspircd.h index 558056198..7d6e3803e 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -42,7 +42,7 @@ */ #define IS_SINGLE(x,y) ( (*x == y) && (*(x+1) == 0) ) -#define DELETE(x) { log(DEBUG,"%s:%s: delete()",__FILE__,__LINE__); delete x; } +#define DELETE(x) { log(DEBUG,"%s:%d: delete()",__FILE__,__LINE__); delete x; } template inline std::string ConvToStr(const T &in) { -- cgit v1.3.1-10-gc9f91