From a29c0287af0579f96d2c779e9ee3cd723f038d7b Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Fri, 23 Apr 2021 11:03:21 +0200 Subject: [PATCH] Hue enable long logging --- tasmota/xdrv_20_hue.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xdrv_20_hue.ino b/tasmota/xdrv_20_hue.ino index e41233b9c..c93ccbb75 100644 --- a/tasmota/xdrv_20_hue.ino +++ b/tasmota/xdrv_20_hue.ino @@ -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); }