On 04/18/2017 02:07 AM, Xose Vazquez Perez wrote: > Cc: Christophe Varoqui <christophe.varoqui@xxxxxxxxxxx> > Cc: device-mapper development <dm-devel@xxxxxxxxxx> > Signed-off-by: Xose Vazquez Perez <xose.vazquez@xxxxxxxxx> This is missing. > --- > libmultipath/propsel.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/libmultipath/propsel.c b/libmultipath/propsel.c > index 09fe728..782f039 100644 > --- a/libmultipath/propsel.c > +++ b/libmultipath/propsel.c > @@ -286,11 +286,11 @@ out: > if (mp->no_path_retry == NO_PATH_RETRY_UNDEF) > mp->no_path_retry = NO_PATH_RETRY_QUEUE; > else if (mp->no_path_retry == NO_PATH_RETRY_FAIL) { > - condlog(1, "%s: config error, overriding 'no_path_retry' value", > + condlog(1, "%s: config ERROR (setting: overriding 'no_path_retry' value)", > mp->alias); > mp->no_path_retry = NO_PATH_RETRY_QUEUE; > } else if (mp->no_path_retry != NO_PATH_RETRY_QUEUE) > - condlog(1, "%s: config error, ignoring 'queue_if_no_path' because no_path_retry=%d", > + condlog(1, "%s: config ERROR (setting: ignoring 'queue_if_no_path' because no_path_retry = %d)", > mp->alias, mp->no_path_retry); > } > return 0; > @@ -470,7 +470,7 @@ out: > condlog(3, "%s: no_path_retry = %s %s", mp->alias, buff, > origin); > else if (mp->no_path_retry != NO_PATH_RETRY_UNDEF) > - condlog(3, "%s: no_path_retry = %s (inherited setting)", > + condlog(3, "%s: no_path_retry = %s (setting: inherited value)", > mp->alias, buff); > else > condlog(3, "%s: no_path_retry = undef (setting: multipath internal)", > -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel