commit 11b4a46d54ce55545a8ac4958e5ff292c072d1d3
parent 56816b305155fee2154c7991ba9be8c0e7671307
Author: shtrophic <christoph@liebender.dev>
Date: Sun, 25 May 2025 11:38:15 +0200
Increase verbosity for srv_debug() in tag_index()
Diffstat:
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));
}
}
}