Renamed log line

This commit is contained in:
Rene Zeldenthuis
2022-10-18 09:40:32 +02:00
parent b32e91c618
commit 4acee4a82c

View File

@@ -142,7 +142,7 @@ void handle_restart()
void handle_snapshot()
{
log_v("handle_jpg");
log_v("handle_snapshot");
if (camera_init_result != ESP_OK)
{
web_server.send(404, "text/plain", "Camera is not initialized");