DeserializationError is enum

This commit is contained in:
proddy
2026-04-28 16:28:11 +02:00
parent 381fcf4080
commit 53ac82520e

View File

@@ -428,7 +428,7 @@ bool WebStatusService::refresh_versions_cache() {
http.end();
if (err) {
#if defined(EMSESP_DEBUG)
EMSESP::logger().debug("versions.json: parse error (%s)", err.c_str());
EMSESP::logger().debug("versions.json: parse error");
#endif
return false;
}