GuardMgr: tweak an error message.

This commit is contained in:
Nick Mathewson 2022-07-05 14:18:57 -04:00
parent 6878e3a2d4
commit 373b9e2ccf
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ impl tor_error::HasRetryTime for PickGuardError {
#[non_exhaustive]
pub enum GuardMgrError {
/// An error manipulating persistent state
#[error("Problem accessing persistent state")]
#[error("Problem accessing persistent guard state")]
State(#[from] tor_persist::Error),
/// An error that occurred while trying to spawn a daemon task.