From 069e710f614d57f7be6fab7a8ff8fdbe5a7b30f0 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 5 May 2010 14:22:25 +0000 Subject: Allow empty subject for direct- and xml- exchanges git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@941306 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/examples/messaging/spout.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'qpid/cpp/examples') diff --git a/qpid/cpp/examples/messaging/spout.cpp b/qpid/cpp/examples/messaging/spout.cpp index 275ca416bc..05d66f60e6 100644 --- a/qpid/cpp/examples/messaging/spout.cpp +++ b/qpid/cpp/examples/messaging/spout.cpp @@ -160,7 +160,6 @@ int main(int argc, char** argv) spoutid << id << ":" << count; message.getProperties()["spout-id"] = spoutid.str(); sender.send(message); - std::cout << "Sent " << (count+1) << " of " << options.count << " messages" <