From: Elena Reshetova Date: Tue, 26 Mar 2013 13:56:17 +0000 (+0200) Subject: init message test X-Git-Tag: tizen/4.11.0.1.tizen20130618~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fcbf4edfe4e03062b71dfd0ad783ebf55dcaa5b4;p=tools%2Flibrpm-tizen.git init message test --- 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; }