diff options
| -rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | } |