Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix: log message about thread ending shouldn't say it's starting
Lars Wirzenius committed 1 year ago
commit b0dc2b9f830d85e8ab96d0ea50eeeaac41e27b33
parent e82503bf951280285bf5f7decb5af9968bccfce2
1 file changed +1 -1
modified src/logger.rs
@@ -76,7 +76,7 @@ pub fn queueproc_start() {
}

pub fn queueproc_end() {
-
    info!(slog_scope::logger(), "start thread to process events ends");
+
    info!(slog_scope::logger(), "thread to process events ends");
}

pub fn queueproc_channel_disconnect() {