Skip to content

Commit 76cf309

Browse files
committed
(minor) fix wrong debug tag
1 parent 2a56f9b commit 76cf309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/presets.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ void savePreset(byte index, const char* pname, JsonObject sObj)
329329

330330
// WLEDMM Acquire file mutex before writing presets.json, to prevent presets.json corruption
331331
if (esp32SemTake(presetFileMux, 2500) != pdTRUE) {
332-
USER_PRINTLN(F("doSaveState(): preset file busy, cannot write"));
332+
USER_PRINTLN(F("savePreset(): preset file busy, cannot write"));
333333
return; // early exit, no change
334334
}
335335

0 commit comments

Comments
 (0)