1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-20 05:53:24 +01:00

fix stray [DEBUG] at the end of sdmmc log

This commit is contained in:
Resaec 2018-09-26 00:25:01 +02:00
parent d2355cdc9b
commit 762383f0d2
No known key found for this signature in database
GPG key ID: 5E890BD898EA9064

View file

@ -67,7 +67,7 @@ static void sdmmc_print(sdmmc_t *sdmmc, SdmmcLogLevel log_level, char *fmt, va_l
print(screen_log_level, sdmmc_fmt, sdmmc->name);
vprint(screen_log_level, fmt, list);
print(screen_log_level, "\n");
print(screen_log_level | SCREEN_LOG_LEVEL_NO_PREFIX, "\n");
}
void sdmmc_error(sdmmc_t *sdmmc, char *fmt, ...)