summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-01-25 17:09:24 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-01-25 17:09:24 +0000
commit1e4c1a707327399672aabfe2dbd0bd8c97efa6fc (patch)
tree828858a586728df73fb4e8d2a0e4f1d3098f8fc4 /src
parent1607c44e75b8fb9196a36bea642c8e46c9c362c5 (diff)
downloadweechat-1e4c1a707327399672aabfe2dbd0bd8c97efa6fc.zip
Fixed compilation problem with debug messages
Diffstat (limited to 'src')
-rw-r--r--src/irc/irc-ignore.c5
1 files changed, 3 insertions, 2 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;