keyforkd-client: fixup error message

This commit is contained in:
Ryan Heywood 2024-01-08 14:06:03 -05:00
parent 3df3caa235
commit 49f7374f2f
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ pub enum Error {
#[error("Neither KEYFORK_SOCKET_PATH nor XDG_RUNTIME_DIR were set")]
EnvVarsNotFound,
#[error("Socket was unable to connect to {1}: {0}")]
#[error("Socket was unable to connect to {1}: {0} (make sure keyforkd is running)")]
Connect(std::io::Error, PathBuf),
#[error("Could not write to or from the socket: {0}")]