Skip to content

Commit

Permalink
minor: update error text
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanaden committed Jun 20, 2024
1 parent 9968a82 commit 98a2bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rm-main/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ impl Ctx {
}
Err(_) => {
let url = config.connection.url;
return Err(Error::msg(format!("Failed to connect to remote transmission client!\nPlease verify connection and authentication to {url}")));
return Err(Error::msg(format!("Connection to transmission failed!\nPlease verify connection and credentials to {url}")));
}
}
}
Expand Down

0 comments on commit 98a2bd1

Please sign in to comment.