diff options
| author | Ted Ross <tross@apache.org> | 2013-08-01 20:19:24 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2013-08-01 20:19:24 +0000 |
| commit | 437b93efc7f559a94f05e552527795c1df68516c (patch) | |
| tree | 549413e09e043b825f33991f23ec99538bcaf73e /qpid/extras/dispatch/src/python_embedded.c | |
| parent | 7919bb3eb92d85f9dcb3d6e3ada2370f3b419bb2 (diff) | |
| download | qpid-python-437b93efc7f559a94f05e552527795c1df68516c.tar.gz | |
QPID-4967 - Updates to the router
- The router module now tracks other router nodes (neighbors and non-neighbors)
- Tracked nodes are communicated to the router_node.c fast-path
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1509415 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/extras/dispatch/src/python_embedded.c')
| -rw-r--r-- | qpid/extras/dispatch/src/python_embedded.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/extras/dispatch/src/python_embedded.c b/qpid/extras/dispatch/src/python_embedded.c index ffa5bda6b8..b497cbf7bd 100644 --- a/qpid/extras/dispatch/src/python_embedded.c +++ b/qpid/extras/dispatch/src/python_embedded.c @@ -444,7 +444,6 @@ static void dx_io_rx_handler(void *context, dx_message_t *msg) // dx_parsed_field_t *body_map = dx_parse(body); if (body_map == 0 || !dx_parse_ok(body_map) || !dx_parse_is_map(body_map)) { - printf("XXXX %s\n", dx_parse_error(body_map)); dx_field_iterator_free(ap); dx_field_iterator_free(body); dx_parse_free(ap_map); |
