Oops, the actual 'printf' for missing objects was missing.
[git.git] / fsck-cache.c
index 5dca6db..87366f0 100644 (file)
@@ -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.. */