diff options
author | default <nobody@localhost> | 2022-11-24 09:15:06 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-11-24 09:15:06 +0100 |
commit | 6acf906b646a065f8876565821c959fe8bafa424 (patch) | |
tree | 21bd3054e1d84db86b06928485ae374ef0ccd670 /data.c | |
parent | 391fc5cd998eb75937de966154a71fdc7f20e843 (diff) |
Added debug info for child index updates.
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |