diff --git a/ESPKey.ino b/ESPKey.ino index 0be928b..058f0b0 100644 --- a/ESPKey.ino +++ b/ESPKey.ino @@ -562,7 +562,7 @@ void setup() { DBG_OUTPUT_PORT.println("Hostname: " + dhcp_hostname); if (!SPIFFS.begin()) { - Serial.println(F("Failed to mount file system")); + DBG_OUTPUT_PORT.println(F("Failed to mount file system")); return; } else { Dir dir = SPIFFS.openDir("/");