summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src/main.rs
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-10-11 14:36:34 +0200
committerLinus Färnstrand <linus@mullvad.net>2017-10-12 10:22:39 +0200
commit0fafa735bcda4485df0f0d99ec343ea006eaa171 (patch)
treeb5d6ae216c8f60bde5c371c7a92315cbd2d96e5d /mullvad-daemon/src/main.rs
parent515a25b706c1b1d6fe1e87fbd04559405aeee879 (diff)
downloadmullvadvpn-0fafa735bcda4485df0f0d99ec343ea006eaa171.tar.xz
mullvadvpn-0fafa735bcda4485df0f0d99ec343ea006eaa171.zip
Fix wording in logging and errors
Diffstat (limited to 'mullvad-daemon/src/main.rs')
-rw-r--r--mullvad-daemon/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-daemon/src/main.rs b/mullvad-daemon/src/main.rs
index 7230f81abd..2525a39308 100644
--- a/mullvad-daemon/src/main.rs
+++ b/mullvad-daemon/src/main.rs
@@ -238,7 +238,7 @@ impl Daemon {
server.address()
);
rpc_info::write(server.address(), &shared_secret).chain_err(|| {
- ErrorKind::ManagementInterfaceError("Failed to write RPC address to file")
+ ErrorKind::ManagementInterfaceError("Failed to write RPC connection info to file")
})?;
Ok(server)
}