diff --git a/src/hasp_filesystem.cpp b/src/hasp_filesystem.cpp index 7b77ce8c..28ddda43 100644 --- a/src/hasp_filesystem.cpp +++ b/src/hasp_filesystem.cpp @@ -156,7 +156,7 @@ void filesystemInfo() Parser::format_bytes(HASP_FS.totalBytes(), total, sizeof(total)); #endif - Log.verbose(TAG_FILE, "Partition size: used: %s / total: %s", total, used); + Log.verbose(TAG_FILE, "Partition size: used: %s / total: %s", used, total); } void filesystemList()