summaryrefslogtreecommitdiff
path: root/src/metastore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/metastore.c')
-rw-r--r--src/metastore.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/metastore.c b/src/metastore.c
index fb70834..7760d3b 100644
--- a/src/metastore.c
+++ b/src/metastore.c
@@ -108,25 +108,25 @@ compare_print(struct metaentry *real, struct metaentry *stored, int cmp)
return;
}
- msg(MSG_QUIET, "%s:\t", real ? real->path : stored->path);
+ msg(MSG_NORMAL, "%s:\t", real ? real->path : stored->path);
if (cmp & DIFF_ADDED)
- msg(MSG_QUIET, "added ", real->path);
+ msg(MSG_NORMAL, "added ", real->path);
if (cmp & DIFF_DELE)
- msg(MSG_QUIET, "removed ", stored->path);
+ msg(MSG_NORMAL, "removed ", stored->path);
if (cmp & DIFF_OWNER)
- msg(MSG_QUIET, "owner ");
+ msg(MSG_NORMAL, "owner ");
if (cmp & DIFF_GROUP)
- msg(MSG_QUIET, "group ");
+ msg(MSG_NORMAL, "group ");
if (cmp & DIFF_MODE)
- msg(MSG_QUIET, "mode ");
+ msg(MSG_NORMAL, "mode ");
if (cmp & DIFF_TYPE)
- msg(MSG_QUIET, "type ");
+ msg(MSG_NORMAL, "type ");
if (cmp & DIFF_MTIME)
- msg(MSG_QUIET, "mtime ");
+ msg(MSG_NORMAL, "mtime ");
if (cmp & DIFF_XATTR)
- msg(MSG_QUIET, "xattr ");
- msg(MSG_QUIET, "\n");
+ msg(MSG_NORMAL, "xattr ");
+ msg(MSG_NORMAL, "\n");
if ((NO_XATTR+0) && cmp & DIFF_XATTR) {
msg(MSG_WARNING, "%s:\txattr difference may be bogus: %s\n",