snac2

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

commit 126056b8ef836d53dac6fe1bd02aea890c8ac8d1
parent 56816b305155fee2154c7991ba9be8c0e7671307
Author: grunfink <grunfink@noreply.codeberg.org>
Date:   Sun, 25 May 2025 18:45:04 +0200

Merge pull request 'Increase verbosity for srv_debug() in tag_index()' (#405) from shtrophic/snac2:master into master

Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/405

Diffstat:
Mdata.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data.c b/data.c @@ -2235,7 +2235,7 @@ void tag_index(const char *id, const xs_dict *obj) fclose(f); } - srv_debug(0, xs_fmt("tagged %s #%s (#%s)", id, name, md5_tag)); + srv_debug(1, xs_fmt("tagged %s #%s (#%s)", id, name, md5_tag)); } } }