Beautification of debugging messages

This commit is contained in:
2007-02-06 17:08:15 +00:00
parent 2799fe1b44
commit d57166f64b
3 changed files with 3 additions and 3 deletions

View File

@ -1787,7 +1787,7 @@ void mmc_sync_cache(struct burn_drive *d)
libdax_msgs_submit(libdax_messenger, -1, 0x00000002,
LIBDAX_MSGS_SEV_DEBUG, LIBDAX_MSGS_PRIO_ZERO,
"\nsyncing cache", 0, 0);
"syncing cache", 0, 0);
d->issue_command(d, &c);
}