mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
fix stray [DEBUG]
at the end of sdmmc log
This commit is contained in:
parent
d2355cdc9b
commit
762383f0d2
1 changed files with 1 additions and 1 deletions
|
@ -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, ...)
|
||||
|
|
Loading…
Reference in a new issue