From 17416def35d94410668d16c37f21945883ce77af Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Tue, 6 Oct 2009 18:28:16 +0200 Subject: [PATCH] Make sure we flag JOIN/LEAVE messages as really verbose debug output. --- src/tools/adcrush.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/adcrush.c b/src/tools/adcrush.c index 028c6d3..def1ca1 100644 --- a/src/tools/adcrush.c +++ b/src/tools/adcrush.c @@ -295,11 +295,11 @@ static int handle(struct ADC_client* client, enum ADC_client_callback_type type, break; case ADC_CLIENT_USER_JOIN: - bot_output(client, LVL_DEBUG, " JOIN: %s", data->user->name); + bot_output(client, LVL_VERBOSE, " JOIN: %s", data->user->name); break; case ADC_CLIENT_USER_QUIT: - bot_output(client, LVL_DEBUG, " QUIT"); + bot_output(client, LVL_VERBOSE, " QUIT"); break; case ADC_CLIENT_SEARCH_REQ: