Hue enable long logging

This commit is contained in:
Stephan Hadinger 2021-04-23 11:03:21 +02:00
parent 147440fd99
commit a29c0287af
1 changed files with 1 additions and 1 deletions

View File

@ -992,7 +992,7 @@ void HueLights(String *path)
code = 406; code = 406;
} }
exit: 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); WSSend(code, CT_APP_JSON, response);
} }