diff --git a/cpp/test/Ice/timeout/Server.cpp b/cpp/test/Ice/timeout/Server.cpp index d19987b7385..f9256ffc078 100644 --- a/cpp/test/Ice/timeout/Server.cpp +++ b/cpp/test/Ice/timeout/Server.cpp @@ -26,8 +26,8 @@ Server::run(int argc, char** argv) properties->setProperty("Ice.TCP.RcvSize", "50000"); #ifdef _WIN32 - // Turn off stack traces on Windows with ws(s): they slow down the logging so much that this test can fail. - // See #3048. + // Turn off stack trace collection and printing on Windows with ws(s): they slow down the logging so much that this + // test can fail. See #3048. if (getTestProtocol(properties).find("ws") == 0) { properties->setProperty("Ice.PrintStackTraces", "0");