summaryrefslogtreecommitdiff
path: root/plugins/msmxattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/msmxattr.c')
-rw-r--r--plugins/msmxattr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/msmxattr.c b/plugins/msmxattr.c
index eaf064dd1..0661ae365 100644
--- a/plugins/msmxattr.c
+++ b/plugins/msmxattr.c
@@ -1194,8 +1194,8 @@ int msmSetFileXAttributes(manifest_x *mfx, const char* filepath, magic_t cookie)
}
len = strlen(filesystem->path);
rpmlog(RPMLOG_DEBUG, "filepath: %s, filesystem->type %s\n", filepath, filesystem->type);
- rpmlog(RPMLOG_DEBUG, "filesystem->path: %s, length %d, match %d\n", filesystem->path, len, match);
- rpmlog(RPMLOG_DEBUG, "filesystem->path + len - 1: %s\n", filesystem->path + len - 1);
+ //rpmlog(RPMLOG_DEBUG, "filesystem->path: %s, length %d, match %d\n", filesystem->path, len, match);
+ //rpmlog(RPMLOG_DEBUG, "filesystem->path + len - 1: %s\n", filesystem->path + len - 1);
if (len > match) {
if ((!strncmp(filepath, filesystem->path, len)) && (filesystem->type)) {
/* partial match and the directory marked as transmutable*/