Add missing newline in printf.

Submitted by:	Pawel Jakub Dawidek <nick@garage.freebsd.pl>
This commit is contained in:
Poul-Henning Kamp 2004-01-23 20:36:21 +00:00
parent e609fbdbc7
commit 752e0f0196

View File

@ -255,7 +255,7 @@ g_dev_close(dev_t dev, int flags, int fmt, struct thread *td)
i += hz / 10;
}
if (cp->acr == 0 && cp->acw == 0 && cp->nstart != cp->nend) {
printf("WARNING: Final close of geom_dev(%s) %s %s",
printf("WARNING: Final close of geom_dev(%s) %s %s\n",
gp->name,
"still has outstanding I/O after 10 seconds.",
"Completing close anyway, panic may happen later.");