diff options
Diffstat (limited to 'fsck-cache.c')
-rw-r--r-- | fsck-cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fsck-cache.c b/fsck-cache.c index 5dca6dbc04..87366f0e53 100644 --- a/fsck-cache.c +++ b/fsck-cache.c @@ -69,6 +69,7 @@ static void check_connectivity(void) if (lookup_seen(n->needs, n->tag)) continue; strcpy(hex, sha1_to_hex(n->parent)); + printf("missing %s: %s referenced by %s\n", n->tag, sha1_to_hex(n->needs), hex); } /* Tell the user about things not referenced.. */ |