summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Collector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Collector.cpp')
-rw-r--r--cpp/src/Ice/Collector.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/src/Ice/Collector.cpp b/cpp/src/Ice/Collector.cpp
index 6342739632d..a6128e2ef36 100644
--- a/cpp/src/Ice/Collector.cpp
+++ b/cpp/src/Ice/Collector.cpp
@@ -431,11 +431,14 @@ IceInternal::Collector::closeConnection()
void
IceInternal::Collector::warning(const LocalException& ex) const
{
+// TODO: Property to enable/disable the warnings below
+/*
string s("server exception:\n");
s += ex.toString();
s += "\n";
s += _transceiver->toString();
_logger->warning(s);
+*/
}
void
@@ -693,9 +696,12 @@ IceInternal::CollectorFactory::clearBacklog()
void
IceInternal::CollectorFactory::warning(const LocalException& ex) const
{
+// TODO: Property to enable/disable the warnings below
+/*
string s("server exception:\n");
s += ex.toString();
s += "\n";
s += _acceptor->toString();
_logger->warning(s);
+*/
}