Fix verbose output line; needs <NL>
Submitted by: Sean Bruno <sean_bruno@yahoo.com> Approved by: re (glebius)
This commit is contained in:
parent
aba57138f9
commit
bddee8bde8
@ -177,7 +177,7 @@ random_adaptor_choose(struct random_adaptor **adaptor)
|
||||
}
|
||||
|
||||
if (bootverbose && *adaptor)
|
||||
printf("Falling back to <%s> random adaptor",
|
||||
printf("Falling back to <%s> random adaptor\n",
|
||||
(*adaptor)->ident);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user