Added debug info for child index updates.

This commit is contained in:
default 2022-11-24 09:15:06 +01:00
parent 391fc5cd99
commit 6acf906b64

2
data.c
View File

@ -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