summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/TcpConnector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/TcpConnector.cpp')
-rw-r--r--cpp/src/Ice/TcpConnector.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/TcpConnector.cpp b/cpp/src/Ice/TcpConnector.cpp
index 3e595be4bc4..af7b7763f1e 100644
--- a/cpp/src/Ice/TcpConnector.cpp
+++ b/cpp/src/Ice/TcpConnector.cpp
@@ -28,7 +28,7 @@ IceInternal::TcpConnector::connect(int timeout)
if (_traceLevels->network >= 2)
{
ostringstream s;
- s << "trying to connect to " << toString();
+ s << "trying to establish tcp connection to " << toString();
_logger->trace(_traceLevels->networkCat, s.str());
}
#endif
@@ -40,7 +40,7 @@ IceInternal::TcpConnector::connect(int timeout)
if (_traceLevels->network >= 1)
{
ostringstream s;
- s << "connection established\n" << fdToString(fd);
+ s << "tcp connection established\n" << fdToString(fd);
_logger->trace(_traceLevels->networkCat, s.str());
}
#endif