From 6e385bf3a79d58703c26ba22594e826d9ac45e54 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 13 Nov 2009 13:36:13 +1300 Subject: [PATCH] When function always not known we can omit it fully. --- src/Debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Debug.h b/src/Debug.h index 2f4fb433ec..1cce7073ea 100644 --- a/src/Debug.h +++ b/src/Debug.h @@ -120,7 +120,7 @@ const char * SkipBuildPrefix(const char* path); #ifdef __FUNCTION__ #define _SQUID__FUNCTION__ __FUNCTION__ #else -#define _SQUID__FUNCTION__ "(function unknown)" +#define _SQUID__FUNCTION__ "" #endif #define HERE SkipBuildPrefix(__FILE__)<<"("<<__LINE__<<") "<<_SQUID__FUNCTION__<<": " -- 2.47.2