aboutsummaryrefslogtreecommitdiffstats
path: root/unittest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unittest.cpp')
-rw-r--r--unittest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest.cpp b/unittest.cpp
index 40903c5..000e2f5 100644
--- a/unittest.cpp
+++ b/unittest.cpp
@@ -241,7 +241,7 @@ TEST(server_handling_error_request)
}
catch(std::exception& e)
{
- std::cerr << e.what() << std::endl;
+ //std::cerr << e.what() << std::endl;
}
}
server.stop();