keyforkd-client: fixup error message
This commit is contained in:
parent
3df3caa235
commit
49f7374f2f
|
@ -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}")]
|
||||
|
|
Loading…
Reference in New Issue