1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 15:29:42 +01:00

Adapt to new logging behavior of websocketpp

This commit is contained in:
Jeff Mitchell 2014-03-12 16:30:37 -04:00
parent c912b76c49
commit 8c414d7588

View File

@ -63,7 +63,7 @@ struct hatchet_client : public core_client {
typedef websocketpp::transport::iostream::endpoint<transport_config> transport_type;
//static const websocketpp::log::level alog_level = websocketpp::log::alevel::all;
static const websocketpp::log::level alog_level = websocketpp::log::alevel::disconnect;
};
} // namespace config