Skip to content

Commit

Permalink
Remove log spam
Browse files Browse the repository at this point in the history
  • Loading branch information
hhvrc committed Sep 6, 2024
1 parent 2868374 commit 4e1e963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GatewayClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ void GatewayClient::_handleEvent(WStype_t type, uint8_t* payload, std::size_t le
OS_LOGD(TAG, "Received ping from API");
break;
case WStype_PONG:
OS_LOGD(TAG, "Received pong from API");
OS_LOGV(TAG, "Received pong from API");
break;
case WStype_BIN:
EventHandlers::WebSocket::HandleGatewayBinary(payload, length);
Expand Down

0 comments on commit 4e1e963

Please sign in to comment.