diff options
| author | 2023-06-26 09:32:59 +0200 | |
|---|---|---|
| committer | 2023-06-26 09:32:59 +0200 | |
| commit | e8be6167938d48a76901507a736dbdafb23afbc8 (patch) | |
| tree | 8f2ed1057e2c3a0e3ef0a65c1d44743b3e2d0d87 /data.c | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | snac2-e8be6167938d48a76901507a736dbdafb23afbc8.tar.gz snac2-e8be6167938d48a76901507a736dbdafb23afbc8.tar.xz snac2-e8be6167938d48a76901507a736dbdafb23afbc8.zip | |
Minor logging tweak.
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2281,7 +2281,7 @@ void purge_user(snac *snac) | |||
| 2281 | for (n = 0; idxs[n]; n++) { | 2281 | for (n = 0; idxs[n]; n++) { |
| 2282 | xs *idx = xs_fmt("%s/%s", snac->basedir, idxs[n]); | 2282 | xs *idx = xs_fmt("%s/%s", snac->basedir, idxs[n]); |
| 2283 | int gc = index_gc(idx); | 2283 | int gc = index_gc(idx); |
| 2284 | snac_debug(snac, 1, xs_fmt("purge: %s %d", idx, gc)); | 2284 | srv_debug(1, xs_fmt("purge: %s %d", idx, gc)); |
| 2285 | } | 2285 | } |
| 2286 | } | 2286 | } |
| 2287 | 2287 | ||