abouttreesummaryrefslogcommitdiff
path: root/ui-blob.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-blob.c')
-rw-r--r--ui-blob.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui-blob.c b/ui-blob.c
index 3267ed1..cc88d76 100644
--- a/ui-blob.c
+++ b/ui-blob.c
@@ -72,6 +72,7 @@ int cgit_print_oid(const struct object_id *oid)
unsigned long size;
type = oid_object_info(the_repository, oid, &size);
+ html_txtf("trying to print %x<br/>", oid);
if (type == OBJ_BAD)
return -1;
buf = read_object_file(oid, &type, &size);