log that git wather started

This commit is contained in:
Nikita Galaiko 2023-02-21 13:38:42 +01:00
parent 9c0228346d
commit bc6edf2edf
No known key found for this signature in database
GPG Key ID: EBAB54E845BA519D

View File

@ -28,6 +28,7 @@ impl GitWatcher {
let self_copy = shared_self.clone();
thread::spawn(move || loop {
log::info!("Watching git for {}", project.path);
let local_self = &self_copy;
let project = local_self.projects_storage.get_project(&project_id);