X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/320598d40fb55001274c097d4a1a09c31b8d0335..62234e45d5fe22235409af5fdf7dfd74f864692c:/server/rescan.c diff --git a/server/rescan.c b/server/rescan.c index 4c768a3..1171943 100644 --- a/server/rescan.c +++ b/server/rescan.c @@ -155,6 +155,8 @@ static void rescan_collection(const struct collection *c) { if(n < config->player.n) { nnew += !!trackdb_notice(track, path); ++ntracks; + if(ntracks % 1000 == 0) + info("rescanning %s, %ld tracks so far", c->root, ntracks); } } /* tidy up */