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:
parent
73b283f080
commit
e591d48c3e
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user