aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshtrophic <christoph@liebender.dev>2025-05-25 11:38:15 +0200
committershtrophic <christoph@liebender.dev>2025-05-25 11:38:15 +0200
commit11b4a46d54ce55545a8ac4958e5ff292c072d1d3 (patch)
treeedf6f7a066280276b4e0e1c451d47d26d1fcc811
parent56816b305155fee2154c7991ba9be8c0e7671307 (diff)
Increase verbosity for srv_debug() in tag_index()
-rw-r--r--data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.c b/data.c
index 5f890d3..f45e346 100644
--- 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));
}
}
}