summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ivy.c2
1 files changed, 1 insertions, 1 deletions
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;
}