Fix log message for Periodic Ping (#2538)
This commit is contained in:
parent
373390e771
commit
fdb443a7c6
1 changed files with 1 additions and 1 deletions
|
|
@ -893,7 +893,7 @@ namespace stream {
|
|||
void
|
||||
controlBroadcastThread(control_server_t *server) {
|
||||
server->map(packetTypes[IDX_PERIODIC_PING], [](session_t *session, const std::string_view &payload) {
|
||||
BOOST_LOG(verbose) << "type [IDX_START_A]"sv;
|
||||
BOOST_LOG(verbose) << "type [IDX_PERIODIC_PING]"sv;
|
||||
});
|
||||
|
||||
server->map(packetTypes[IDX_START_A], [&](session_t *session, const std::string_view &payload) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue