Add a newline to the printf message.

This commit is contained in:
Andrew Thompson 2007-05-03 22:39:52 +00:00
parent 679420161d
commit 832eef31d1

View File

@ -1061,7 +1061,7 @@ softdep_waitidle(struct mount *mp)
error = 0;
if (i == 10) {
error = EBUSY;
printf("softdep_waitidle: Failed to flush worklist for %p",
printf("softdep_waitidle: Failed to flush worklist for %p\n",
mp);
}