Fix the formatting of the error message.

The G_MIRROR_DEBUG() macro already appends a newline. Also, most of the
log messages emitted by gmirror start with an uppercase letter.
This commit is contained in:
Ed Schouten 2013-08-12 18:17:45 +00:00
parent c4190e0fcf
commit 647a92d62b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254252

View File

@ -2052,8 +2052,8 @@ g_mirror_launch_provider(struct g_mirror_softc *sc)
}
/* A provider underneath us doesn't support unmapped */
if ((dp->flags & G_PF_ACCEPT_UNMAPPED) == 0) {
G_MIRROR_DEBUG(0, "cancelling unmapped "
"because of %s\n", dp->name);
G_MIRROR_DEBUG(0, "Cancelling unmapped "
"because of %s.", dp->name);
pp->flags &= ~G_PF_ACCEPT_UNMAPPED;
}
}