summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej J. Karpiuk <m.karpiuk2@samsung.com>2014-09-12 16:04:01 +0200
committerMaciej J. Karpiuk <m.karpiuk2@samsung.com>2014-09-15 10:40:43 +0200
commit6af979ffe246fcc3c5286893f364a4691094beca (patch)
tree5bec0b06bce5067bb33e8021286a039815627c15
parentf89638679bc72541591f4cf32241fffae19f54ea (diff)
downloadrpm-6af979ffe246fcc3c5286893f364a4691094beca.tar.gz
rpm-6af979ffe246fcc3c5286893f364a4691094beca.tar.bz2
rpm-6af979ffe246fcc3c5286893f364a4691094beca.zip
Change-Id: I5e84c913d1756320bf31442d87b797ff8b5f4633
-rw-r--r--plugins/msmxattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/msmxattr.c b/plugins/msmxattr.c
index 2665dfc3e..e1f0008ef 100644
--- a/plugins/msmxattr.c
+++ b/plugins/msmxattr.c
@@ -848,7 +848,7 @@ static int msmCheckDomainRequestOrPermit(manifest_x *mfx, const char* domain)
// FIXME: maybe this should be changed to a command-line option that
// would be used during the image build?
rpmlog(RPMLOG_WARNING, "The domain '%s' has not been yet defined by "\
- "any package\n");
+ "any package\n", domain);
//now check that this ac_domain can be requested
if (mfx->defines) {