fix: adjust log text

This commit is contained in:
GyDi 2022-08-19 17:11:59 +08:00 committed by GitHub
parent c611a51575
commit 3f58d05aa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ impl Profiles {
} }
} }
bail!("failed to get the item by \"{}\"", uid); bail!("failed to get the profile item \"uid:{uid}\"");
} }
/// append new item /// append new item
@ -178,7 +178,7 @@ impl Profiles {
} }
self.items = Some(items); self.items = Some(items);
bail!("failed to found the uid \"{uid}\"") bail!("failed to find the profile item \"uid:{uid}\"")
} }
/// be used to update the remote item /// be used to update the remote item
@ -286,7 +286,7 @@ impl Profiles {
return Ok(config::read_yaml::<Mapping>(file_path.clone())); return Ok(config::read_yaml::<Mapping>(file_path.clone()));
} }
} }
bail!("failed to found the uid \"{current}\""); bail!("failed to find current profile \"uid:{current}\"");
} }
/// generate the data for activate clash config /// generate the data for activate clash config