mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 05:15:04 +00:00
Minor logging tweak.
This commit is contained in:
parent
15beffc91d
commit
e8be616793
1 changed files with 1 additions and 1 deletions
2
data.c
2
data.c
|
@ -2281,7 +2281,7 @@ void purge_user(snac *snac)
|
|||
for (n = 0; idxs[n]; n++) {
|
||||
xs *idx = xs_fmt("%s/%s", snac->basedir, idxs[n]);
|
||||
int gc = index_gc(idx);
|
||||
snac_debug(snac, 1, xs_fmt("purge: %s %d", idx, gc));
|
||||
srv_debug(1, xs_fmt("purge: %s %d", idx, gc));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue