diff options
Diffstat (limited to 'src/irc')
-rw-r--r-- | src/irc/irc-ignore.c | 5 |
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; |