From 1e4c1a707327399672aabfe2dbd0bd8c97efa6fc Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 25 Jan 2006 17:09:24 +0000 Subject: [PATCH] Fixed compilation problem with debug messages --- src/irc/irc-ignore.c | 5 +++-- weechat/src/irc/irc-ignore.c | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/irc/irc-ignore.c b/src/irc/irc-ignore.c index c131c38b8..a0b4a4948 100644 --- a/src/irc/irc-ignore.c +++ b/src/irc/irc-ignore.c @@ -199,8 +199,9 @@ ignore_add (char *mask, char *type, char *channel_name, char *server_name) } #ifdef DEBUG - wee_log_printf ("Adding ignore: mask:'%s', type:'%s', channel:'%s', server:'%s'\n", - mask, type, channel_name, server_name); + weechat_log_printf ("Adding ignore: mask:'%s', type:'%s', channel:'%s', " + "server:'%s'\n", + mask, type, channel_name, server_name); #endif type_index = -1; diff --git a/weechat/src/irc/irc-ignore.c b/weechat/src/irc/irc-ignore.c index c131c38b8..a0b4a4948 100644 --- a/weechat/src/irc/irc-ignore.c +++ b/weechat/src/irc/irc-ignore.c @@ -199,8 +199,9 @@ ignore_add (char *mask, char *type, char *channel_name, char *server_name) } #ifdef DEBUG - wee_log_printf ("Adding ignore: mask:'%s', type:'%s', channel:'%s', server:'%s'\n", - mask, type, channel_name, server_name); + weechat_log_printf ("Adding ignore: mask:'%s', type:'%s', channel:'%s', " + "server:'%s'\n", + mask, type, channel_name, server_name); #endif type_index = -1;