aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2024-04-30 18:31:07 +0200
committerThomas White <taw@physics.org>2024-04-30 18:31:07 +0200
commit30d1a5698b4efff71f518bf95f3b09a18c4a1c3b (patch)
tree49d157439999dcd587876d7bab87a8276e2f7403
parent58b495b0cf99a2908cf22de62a0f6b986886246e (diff)
indexamajig: Reduce ASAP::O verbosity
-rw-r--r--src/im-asapo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/im-asapo.c b/src/im-asapo.c
index 014c4774..6df14e93 100644
--- a/src/im-asapo.c
+++ b/src/im-asapo.c
@@ -278,7 +278,6 @@ void im_asapo_finalise(struct im_asapo *a, uint64_t message_id)
AsapoErrorHandle err = asapo_new_handle();
asapo_consumer_acknowledge(a->consumer, a->group_id, message_id,
a->stream, &err);
- STATUS("Acknowledging ASAP::O message %lli\n", (long long int)message_id);
if ( asapo_is_error(err) ) {
show_asapo_error("Couldn't acknowledge ASAP::O message", err);
}