log when updating local index cache is done

This commit is contained in:
ConfiG 2024-01-28 05:17:52 +03:00 committed by GitHub
parent aadc7efdd6
commit 0b1e010e60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -482,6 +482,7 @@ void Index::Impl::updateFromLocalTree() {
IndexUpdateEvent(UpdateFinished()).post();
});
log::debug("Done");
log::popNest();
}