🎏 Updates logging level in PsychicWebSocket.cpp

This commit is contained in:
Rune Harlyk
2024-07-09 20:45:09 +02:00
committed by GitHub
parent 12fc57af1f
commit ef2ffa0f78
@@ -242,7 +242,7 @@ void PsychicWebSocketHandler::sendAll(httpd_ws_frame_t *ws_pkt)
{
for (PsychicClient *client : _clients)
{
ESP_LOGI(PH_TAG, "Active client (fd=%d) -> sending async message", client->socket());
ESP_LOGD(PH_TAG, "Active client (fd=%d) -> sending async message", client->socket());
if (client->_friend == NULL)
{