summaryrefslogtreecommitdiff
path: root/manifest.c
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.c')
-rw-r--r--manifest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.c b/manifest.c
index b84cc55a..f84bef44 100644
--- a/manifest.c
+++ b/manifest.c
@@ -383,10 +383,10 @@ verify_object(struct conf *conf, struct manifest *mf, struct object *obj,
if (conf->sloppiness & SLOPPY_FILE_STAT_MATCHES) {
if (fi->mtime == st->mtime && fi->ctime == st->ctime) {
- cc_log("size/mtime/ctime hit for %s", path);
+ cc_log("mtime/ctime hit for %s", path);
continue;
} else {
- cc_log("size/mtime/ctime miss for %s", path);
+ cc_log("mtime/ctime miss for %s", path);
}
}