balbekova 7 years ago
parent
commit
ef13785c8e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/log/log.c

+ 1 - 1
modules/log/log.c

@@ -130,7 +130,7 @@ void log_init(bool format) {
 
 	ringfs_init(&fs, &ringfs_flash, LOG_ENTRY_VERSION, sizeof(log_entry_t));
 	if (format || ringfs_scan(&fs) != 0){
-		printf("FAT1 false\r\n");
+		DBG printf("FAT1 false\r\n");
 		ringfs_format(&fs);
 	}
 	DBG printf("FAT1 true\r\n");