From eaebf189dff79fa40de8dd934c738ceafbb2c678 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 14 Dec 2021 22:30:49 +0100 Subject: ASAP::O: Comment out repetitive status message --- src/im-asapo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/im-asapo.c b/src/im-asapo.c index 63310dfd..c811c213 100644 --- a/src/im-asapo.c +++ b/src/im-asapo.c @@ -180,7 +180,7 @@ static int select_next_stream(struct im_asapo *a) /* Stream list includes the current stream, so we need at least * two entries */ if ( asapo_stream_infos_get_size(si) < 2 ) { - STATUS("No newer stream. Waiting for new data...\n"); + //STATUS("No newer stream. Waiting for new data...\n"); asapo_free_handle(&si); return 0; } -- cgit v1.2.3