fsck-cache: report broken links correctly
[gitweb.git] / fsck-cache.c
index 7dda9c3eb790ef57ee14c479a8730f0312dea744..637aededbdc0a321519ecdaeeb6da61ce71319d5 100644 (file)
@@ -34,7 +34,7 @@ static void check_connectivity(void)
                        printf("broken link from %7s %s\n",
                               obj->type, sha1_to_hex(obj->sha1));
                        printf("              to %7s %s\n",
-                              obj->type, sha1_to_hex(refs->item->sha1));
+                              refs->item->type, sha1_to_hex(refs->item->sha1));
                }
 
                /* Don't bother with tag reachability. */