From 6f0722b04e0753a7a5da88b98ab335d0d0dbcc6a Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Tue, 31 Jul 2012 10:39:59 +0100 Subject: [PATCH] fix build of fuzzing_client this seems fairly fundamental - does nothing else use this and fail? --- src/endpoint.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/endpoint.hpp b/src/endpoint.hpp index 252dff14e3..f9ac5a582b 100644 --- a/src/endpoint.hpp +++ b/src/endpoint.hpp @@ -237,7 +237,7 @@ public: boost::lock_guard lock(m_lock); if (!new_handler) { - elog()->at(log::elevel::FATAL) + elog().at(log::elevel::FATAL) << "Tried to switch to a NULL handler." << log::endl; throw websocketpp::exception("TODO: handlers can't be null"); }