mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
Added debug info for child index updates.
This commit is contained in:
parent
391fc5cd99
commit
6acf906b64
1 changed files with 2 additions and 0 deletions
2
data.c
2
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
|
||||
|
|
Loading…
Reference in a new issue