1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

Fixed compilation problem with debug messages

This commit is contained in:
Sebastien Helleu
2006-01-25 17:09:24 +00:00
parent 1607c44e75
commit 1e4c1a7073
2 changed files with 6 additions and 4 deletions
+3 -2
View File
@@ -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;
+3 -2
View File
@@ -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;