We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ab71d8 + 8ff0508 commit 07f042bCopy full SHA for 07f042b
src/WebsocketHandler.cpp
@@ -17,7 +17,7 @@ static void dumpFrame(WebsocketFrame frame) {
17
case WebsocketHandler::OPCODE_TEXT: opcode = std::string("TEXT"); break;
18
}
19
ESP_LOGI(
20
- TAG,
+ "WebsocketHandler",
21
"Fin: %d, OpCode: %d (%s), Mask: %d, Len: %d",
22
(int)frame.fin,
23
(int)frame.opCode,
0 commit comments