diff options
author | Thomas White <taw@physics.org> | 2021-12-14 22:30:49 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2022-06-02 12:15:38 +0200 |
commit | eaebf189dff79fa40de8dd934c738ceafbb2c678 (patch) | |
tree | 1650e860b43fadb4cad2e4c21fe59129ec86ae78 /src/im-asapo.c | |
parent | ac174a2fda0fa6f09093cb18750141785077a187 (diff) |
ASAP::O: Comment out repetitive status message
Diffstat (limited to 'src/im-asapo.c')
-rw-r--r-- | src/im-asapo.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |