summaryrefslogtreecommitdiff
path: root/cpp/examples/messaging
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2010-05-05 14:22:25 +0000
committerGordon Sim <gsim@apache.org>2010-05-05 14:22:25 +0000
commit375ec81692fd7891cbc766bd86366143c985a3c6 (patch)
tree4cfa857572eed136a244cebf78b71fc7b0f38e0a /cpp/examples/messaging
parent8c0153e035caa90758a6773493d5859716521e30 (diff)
downloadqpid-python-375ec81692fd7891cbc766bd86366143c985a3c6.tar.gz
Allow empty subject for direct- and xml- exchanges
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@941306 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/messaging')
-rw-r--r--cpp/examples/messaging/spout.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/examples/messaging/spout.cpp b/cpp/examples/messaging/spout.cpp
index 275ca416bc..05d66f60e6 100644
--- a/cpp/examples/messaging/spout.cpp
+++ b/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" <<std::endl;
}
connection.close();
return 0;