summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
2235 fclose(f); 2235 fclose(f);
2236 } 2236 }
2237 2237
2238 srv_debug(0, xs_fmt("tagged %s #%s (#%s)", id, name, md5_tag)); 2238 srv_debug(1, xs_fmt("tagged %s #%s (#%s)", id, name, md5_tag));
2239 } 2239 }
2240 } 2240 }
2241 } 2241 }