You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2017/10/04 15:03:33 UTC

qpid-dispatch git commit: NO-JIRA - Removed accidental printf inclusion

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 3f5c3aa9c -> 18c5f8d62


NO-JIRA - Removed accidental printf inclusion


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/18c5f8d6
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/18c5f8d6
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/18c5f8d6

Branch: refs/heads/master
Commit: 18c5f8d6293de4227c8c17ef08675cb4eaef689c
Parents: 3f5c3aa
Author: Ganesh Murthy <gm...@redhat.com>
Authored: Wed Oct 4 11:03:16 2017 -0400
Committer: Ganesh Murthy <gm...@redhat.com>
Committed: Wed Oct 4 11:03:16 2017 -0400

----------------------------------------------------------------------
 src/router_core/transfer.c | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/18c5f8d6/src/router_core/transfer.c
----------------------------------------------------------------------
diff --git a/src/router_core/transfer.c b/src/router_core/transfer.c
index baaec53..ac75abe 100644
--- a/src/router_core/transfer.c
+++ b/src/router_core/transfer.c
@@ -129,7 +129,6 @@ qdr_delivery_t *qdr_deliver_continue(qdr_delivery_t *in_dlv)
 
 int qdr_link_process_deliveries(qdr_core_t *core, qdr_link_t *link, int credit)
 {
-    printf("qdr_link_process_deliveries - credit: %d\n", credit);
     qdr_connection_t *conn = link->conn;
     qdr_delivery_t   *dlv;
     int               offer   = -1;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org