From a4c5929a2fac1cb0c039b2d009d8093ac81a90d7 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 9 Feb 2003 12:58:15 +0000 Subject: [project @ 2003-02-09 12:58:14 by bursa] Reorganization and rewrite of fetch, cache, and content handling. svn path=/import/netsurf/; revision=96 --- utils/log.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/log.h') diff --git a/utils/log.h b/utils/log.h index 4ca658419..b1bebde34 100644 --- a/utils/log.h +++ b/utils/log.h @@ -1,5 +1,5 @@ /** - * $Id: log.h,v 1.1 2002/10/08 09:38:29 bursa Exp $ + * $Id: log.h,v 1.2 2003/02/09 12:58:15 bursa Exp $ */ #include @@ -14,7 +14,7 @@ #else #ifdef __GNUC__ -#define LOG(x) (printf(__FILE__ " " __PRETTY_FUNCTION__ " %i: ", __LINE__), printf x, printf("\n")) +#define LOG(x) (printf(__FILE__ " %s %i: ", __PRETTY_FUNCTION__, __LINE__), printf x, printf("\n")) #else #define LOG(x) (printf(__FILE__ " %i: ", __LINE__), printf x, printf("\n")) #endif -- cgit v1.2.3