mirror of
https://github.com/MaskRay/ccls.git
synced 2025-01-31 09:50:26 +00:00
Log when we are doing delta updates
This commit is contained in:
parent
5a5f3bf934
commit
ee003a2cf0
@ -917,6 +917,7 @@ bool IndexMain_DoCreateIndexUpdate(
|
||||
IdMap* previous_id_map = nullptr;
|
||||
IndexFile* previous_index = nullptr;
|
||||
if (response->previous) {
|
||||
LOG_S(INFO) << "Creating delta update for " << response->previous->file->path;
|
||||
previous_id_map = response->previous->ids.get();
|
||||
previous_index = response->previous->file.get();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user