init message test
authorElena Reshetova <elena.reshetova@intel.com>
Tue, 26 Mar 2013 13:56:17 +0000 (15:56 +0200)
committerElena Reshetova <elena.reshetova@intel.com>
Tue, 26 Mar 2013 13:56:17 +0000 (15:56 +0200)
plugins/msm-plugin.c

index a6269d5..837839a 100644 (file)
@@ -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;
     }