Add a newline to the printf message.
This commit is contained in:
parent
679420161d
commit
832eef31d1
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user