aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-02-18 21:11:43 -0500
committerJesse Luehrs <doy@tozt.net>2023-02-18 21:12:27 -0500
commitdb9dc7b6e696259f488088f74a1e1a97fa5b002d (patch)
tree57bf6d8c4a9abd154466b1e707e761a7773568e2 /src
parent5208e99627d596b86e63a15c42b2c9fb473d766c (diff)
downloadrbw-db9dc7b6e696259f488088f74a1e1a97fa5b002d.tar.gz
rbw-db9dc7b6e696259f488088f74a1e1a97fa5b002d.zip
bump editions
Diffstat (limited to 'src')
-rw-r--r--src/bin/rbw-agent/daemon.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/rbw-agent/daemon.rs b/src/bin/rbw-agent/daemon.rs
index 923a217..22862dd 100644
--- a/src/bin/rbw-agent/daemon.rs
+++ b/src/bin/rbw-agent/daemon.rs
@@ -55,7 +55,7 @@ pub fn daemonize() -> anyhow::Result<StartupAck> {
// this case and not error out
std::process::exit(23);
}
- _ => panic!("failed to daemonize: {}", e),
+ _ => panic!("failed to daemonize: {e}"),
}
}
}