snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 6acf906b646a065f8876565821c959fe8bafa424
parent 391fc5cd998eb75937de966154a71fdc7f20e843
Author: default <nobody@localhost>
Date:   Thu, 24 Nov 2022 09:15:06 +0100

Added debug info for child index updates.

Diffstat:
Mdata.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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