Add log message for when the filescanner completes initial scan
This commit is contained in:
parent
6fb718b55e
commit
3db0cde42a
|
@ -793,6 +793,8 @@ bulk_scan(void)
|
|||
|
||||
DPRINTF(E_DBG, L_SCAN, "Purging old database content\n");
|
||||
db_purge_cruft(start);
|
||||
|
||||
DPRINTF(E_LOG, L_SCAN, "Bulk library scan complete\n");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue