diff options
author | Elena Reshetova <elena.reshetova@intel.com> | 2013-03-26 15:56:17 +0200 |
---|---|---|
committer | Elena Reshetova <elena.reshetova@intel.com> | 2013-03-26 15:56:17 +0200 |
commit | fcbf4edfe4e03062b71dfd0ad783ebf55dcaa5b4 (patch) | |
tree | b9e6f5273b6deb471067efded20af774a3ead8d7 | |
parent | fb82cdd7e31d92da694d582fd080b196c087245b (diff) | |
download | rpm-fcbf4edfe4e03062b71dfd0ad783ebf55dcaa5b4.tar.gz rpm-fcbf4edfe4e03062b71dfd0ad783ebf55dcaa5b4.tar.bz2 rpm-fcbf4edfe4e03062b71dfd0ad783ebf55dcaa5b4.zip |
init message test
-rw-r--r-- | plugins/msm-plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |