mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Adapt to new logging behavior of websocketpp
This commit is contained in:
@@ -63,7 +63,7 @@ struct hatchet_client : public core_client {
|
|||||||
|
|
||||||
typedef websocketpp::transport::iostream::endpoint<transport_config> transport_type;
|
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
|
} // namespace config
|
||||||
|
Reference in New Issue
Block a user