summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2006-12-05 20:44:18 +0000
committerAlan Conway <aconway@apache.org>2006-12-05 20:44:18 +0000
commit7ece6a3212f401f5ce298e01728f939e670dc4d9 (patch)
treeb583d901b890ab68d7e9ee7125fbfee44621c437
parent68b8e26505a167faf6ebe73b76605e8623860f2b (diff)
downloadqpid-python-7ece6a3212f401f5ce298e01728f939e670dc4d9.tar.gz
2006-12-05 Jim Meyering <meyering@redhat.com>
* src/qpidd.cpp (main): Remove now-pointless FIXME comments. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@482773 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/lib/broker/Configuration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/lib/broker/Configuration.cpp b/cpp/lib/broker/Configuration.cpp
index 978900fce5..8008ea151b 100644
--- a/cpp/lib/broker/Configuration.cpp
+++ b/cpp/lib/broker/Configuration.cpp
@@ -52,7 +52,7 @@ void Configuration::parse(int argc, char** argv){
matched = (*i)->parse(position, argv, argc);
}
if(!matched){
- std::cout<< "Warning: skipping unrecognised option " << argv[position] << std::endl;
+ std::cerr<< "Warning: skipping unrecognised option " << argv[position] << std::endl;
position++;
}
}