On Wed, Feb 28, 2018 at 4:12 AM, Vit Mojzis <[email protected]> wrote: > Resolves: rhbz#1337199 > > Signed-off-by: Vit Mojzis <[email protected]> > --- > libsemanage/src/direct_api.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libsemanage/src/direct_api.c b/libsemanage/src/direct_api.c > index 88873c43..9c305c75 100644 > --- a/libsemanage/src/direct_api.c > +++ b/libsemanage/src/direct_api.c > @@ -2797,7 +2797,7 @@ static int > semanage_direct_install_info(semanage_handle_t *sh, > if (higher_info->enabled == 0 && modinfo->enabled == -1) { > errno = 0; > WARN(sh, > - "%s module will be disabled after install due to > default enabled status.", > + "%s module will be disabled after install as > there is a disabled instance of this module present in the system.", > modinfo->name); > } > } > -- > 2.14.3 > >
ack
