From f2fd564d8b0d552764f602134f5e2776a844524a Mon Sep 17 00:00:00 2001 From: fcolin Date: Mon, 23 May 2005 11:05:10 +0000 Subject: pb de compile avec DEBUG --- src/ivy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ivy.c') diff --git a/src/ivy.c b/src/ivy.c index ec1fc53..b8ac7fd 100644 --- a/src/ivy.c +++ b/src/ivy.c @@ -877,7 +877,7 @@ int IvySendMsg(const char *fmt, ...) match_count += ClientCall (clnt, buffer); } #ifdef DEBUG - if ( match_count == 0 ) printf( "Warning no recipient for %s\n",message); + if ( match_count == 0 ) printf( "Warning no recipient for %s\n",buffer); #endif return match_count; } -- cgit v1.1