You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2020/06/12 01:56:59 UTC

[activemq-artemis-native] branch master updated: NO-JIRA removing fprintf

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis-native.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a284e4  NO-JIRA removing fprintf
7a284e4 is described below

commit 7a284e4813a6625eb7a1b136a2d370ea301c4529
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Thu Jun 11 21:56:49 2020 -0400

    NO-JIRA removing fprintf
---
 src/main/c/org_apache_activemq_artemis_nativo_jlibaio_LibaioContext.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/c/org_apache_activemq_artemis_nativo_jlibaio_LibaioContext.c b/src/main/c/org_apache_activemq_artemis_nativo_jlibaio_LibaioContext.c
index 7d49380..d495eb4 100644
--- a/src/main/c/org_apache_activemq_artemis_nativo_jlibaio_LibaioContext.c
+++ b/src/main/c/org_apache_activemq_artemis_nativo_jlibaio_LibaioContext.c
@@ -151,7 +151,6 @@ static int ringio_get_events(io_context_t aio_ctx, long min_nr, long max,
             }
 
             if (available >= max) {
-               fprintf (stderr, "Forcing a syscall\n"); fflush(stderr);
                // This is to trap a possible bug from the kernel:
                //       https://bugzilla.redhat.com/show_bug.cgi?id=1845326
                //       https://issues.apache.org/jira/browse/ARTEMIS-2800