diff options
| author | Alan Conway <aconway@apache.org> | 2008-09-12 18:07:47 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-09-12 18:07:47 +0000 |
| commit | ebb59131b198b693c5774dd51656fec520ddd770 (patch) | |
| tree | 688cbbfe3aae8874156cd2ac2bf9430ef3af19df /cpp/src/qpid/cluster/ClusterPlugin.cpp | |
| parent | ad8e400b786c5868d4e0d2aa880625240e44e311 (diff) | |
| download | qpid-python-ebb59131b198b693c5774dd51656fec520ddd770.tar.gz | |
Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@694758 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/ClusterPlugin.cpp')
| -rw-r--r-- | cpp/src/qpid/cluster/ClusterPlugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/ClusterPlugin.cpp b/cpp/src/qpid/cluster/ClusterPlugin.cpp index f4128634a6..8457467196 100644 --- a/cpp/src/qpid/cluster/ClusterPlugin.cpp +++ b/cpp/src/qpid/cluster/ClusterPlugin.cpp @@ -76,7 +76,6 @@ struct ClusterPlugin : public Plugin { void initialize(Plugin::Target& target) { broker::Broker* broker = dynamic_cast<broker::Broker*>(&target); if (!broker || values.name.empty()) return; // Only if --cluster-name option was specified. - QPID_LOG_IF(warning, cluster, "Ignoring multiple initialization of cluster plugin."); cluster = new Cluster(values.name, values.getUrl(broker->getPort()), *broker); broker->setConnectionFactory( boost::shared_ptr<sys::ConnectionCodec::Factory>( |
