summaryrefslogtreecommitdiff
path: root/qpid/extras/dispatch/src/router_node.c
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2013-06-07 21:50:01 +0000
committerTed Ross <tross@apache.org>2013-06-07 21:50:01 +0000
commit81f63fd54da06ee73d61416ca409ccc2f8f61f8d (patch)
treecc8785b11da4726b0b48e5100074bfa0c3998c5c /qpid/extras/dispatch/src/router_node.c
parentcb03df252c59e38f20d4609094774115d50b83f1 (diff)
downloadqpid-python-81f63fd54da06ee73d61416ca409ccc2f8f61f8d.tar.gz
QPID-4913 - Work-in-progres for configuration file reader.
Note that this commit adds the use of embedded Python code. Installation support is needed to ensure that the embedded python components are installed in the libexec area. Also, the configuration file path is currently hard-coded. This will be fixed shortly. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1490848 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/extras/dispatch/src/router_node.c')
-rw-r--r--qpid/extras/dispatch/src/router_node.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/extras/dispatch/src/router_node.c b/qpid/extras/dispatch/src/router_node.c
index e361e9ce8e..bfa89eddf4 100644
--- a/qpid/extras/dispatch/src/router_node.c
+++ b/qpid/extras/dispatch/src/router_node.c
@@ -509,6 +509,8 @@ dx_router_t *dx_router(dx_dispatch_t *dx, const char *area, const char *id)
//
dx_field_iterator_set_address(area, id);
+ dx_log(module, LOG_INFO, "Router started, area=%s id=%s", area, id);
+
return router;
}