Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix: doc comment
Lars Wirzenius committed 1 year ago
commit 5e813f739ee320732075d082f60e5d7c100a4ac5
parent 441a9db7dc2f87aa726de8a9439734488acef890
1 file changed +2 -1
modified src/logger.rs
@@ -104,7 +104,8 @@ pub fn open() -> Logger {
// should not interfere with global state, unless they're specifically
// intended to do that.
//
-
// This is for tests only: otherwise
+
// This is for tests only: otherwise the default global logger is
+
// used, and that's OK for a long-running process.

// We use this to make sure we initialize the logger only once.
#[cfg(test)]