From 14074666a7114d3cd92b229cbfc3579d54966867 Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Sun, 2 Feb 2014 10:55:31 -0600 Subject: [PATCH] disable some debugging output --- test/transport/integration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/transport/integration.cpp b/test/transport/integration.cpp index c6445e5837..d55c350dd4 100644 --- a/test/transport/integration.cpp +++ b/test/transport/integration.cpp @@ -514,7 +514,7 @@ BOOST_AUTO_TEST_CASE( stop_listening ) { // client immediately closes after opening a connection c.set_open_handler(bind(&close,&c,::_1)); - websocketpp::lib::thread sthread(websocketpp::lib::bind(&run_server,&s,9005,true)); + websocketpp::lib::thread sthread(websocketpp::lib::bind(&run_server,&s,9005,false)); websocketpp::lib::thread tthread(websocketpp::lib::bind(&run_test_timer,2)); tthread.detach();