Skip to content

Commit

Permalink
Fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
c3m3gyanesh authored and ReenigneArcher committed May 19, 2024
1 parent 373390e commit d92756a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d92756a

Please sign in to comment.