summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {