From fcbf4edfe4e03062b71dfd0ad783ebf55dcaa5b4 Mon Sep 17 00:00:00 2001 From: Elena Reshetova Date: Tue, 26 Mar 2013 15:56:17 +0200 Subject: [PATCH] init message test --- plugins/msm-plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/msm-plugin.c b/plugins/msm-plugin.c index a6269d5c5..837839a03 100644 --- a/plugins/msm-plugin.c +++ b/plugins/msm-plugin.c @@ -123,7 +123,7 @@ rpmRC PLUGINHOOK_INIT_FUNC(rpmts _ts, const char *name, const char *opts) return RPMRC_FAIL; } } else { - rpmlog(RPMLOG_INFO, "Smack disabled in kernel. Going to the image build mode. \n"); + rpmlog(RPMLOG_INFO, "Smackfs isn't mounted at /sys/fs/smackfs/. Going to the image build mode. \n"); ownSmackLabel = strdup("_"); SmackEnabled = 0; } -- 2.34.1