summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/data.c b/data.c
index 259febf..70dcb0b 100644
--- a/data.c
+++ b/data.c
@@ -411,6 +411,8 @@ int object_add(const char *id, d_char *obj)
pfn = xs_replace_i(pfn, ".json", "_c.idx");
index_add(pfn, id);
+
+ srv_debug(0, xs_fmt("object_add added child %s to %s", id, pfn));
}
}
else