Update delete_path thread name

This commit is contained in:
Michael Vines 2022-08-22 09:01:26 -07:00 committed by GitHub
parent fc1a4dd11a
commit 7c01c1ecc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2071,7 +2071,7 @@ fn move_and_async_delete_path(path: impl AsRef<Path> + Copy) {
std::fs::rename(&path, &path_delete).unwrap();
Builder::new()
.name("delete_path".to_string())
.name("solDeletePath".to_string())
.spawn(move || {
std::fs::remove_dir_all(&path_delete).unwrap();
info!(