Merge pull request #11853 from s-hadinger/hue_long_logging

Hue enable long logging
This commit is contained in:
Theo Arends 2021-04-23 11:05:00 +02:00 committed by GitHub
commit a1be90d3a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -992,7 +992,7 @@ void HueLights(String *path)
code = 406;
}
exit:
AddLog(LOG_LEVEL_DEBUG_MORE, PSTR(D_LOG_HTTP D_HUE " Result (%s)"), response.c_str());
AddLog_P(LOG_LEVEL_DEBUG_MORE, PSTR(D_LOG_HTTP D_HUE " Result (%s)"), response.c_str());
WSSend(code, CT_APP_JSON, response);
}