We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9004829 commit 12fc354Copy full SHA for 12fc354
mullvad-daemon/src/main.rs
@@ -23,7 +23,7 @@ const EARLY_BOOT_LOG_FILENAME: &str = "early-boot-fw.log";
23
24
fn main() {
25
let runtime = new_runtime_builder().build().unwrap_or_else(|e| {
26
- eprintln!("{}", e.display_chain().to_string());
+ eprintln!("{}", e.display_chain());
27
std::process::exit(1);
28
});
29
0 commit comments