diff --git a/src/activities/boot_sleep/SleepActivity.cpp b/src/activities/boot_sleep/SleepActivity.cpp index f1ee92cd..b23e42cc 100644 --- a/src/activities/boot_sleep/SleepActivity.cpp +++ b/src/activities/boot_sleep/SleepActivity.cpp @@ -265,7 +265,7 @@ void SleepActivity::renderCoverSleepScreen() const { if (SdMan.openFileForRead("SLP", coverBmpPath, file)) { Bitmap bitmap(file); if (bitmap.parseHeaders() == BmpReaderError::Ok) { - Serial.printf("[SLP] Rendering sleep cover: %s\n", coverBmpPath); + Serial.printf("[SLP] Rendering sleep cover: %s\n", coverBmpPath.c_str()); renderBitmapSleepScreen(bitmap); return; }