diff --git a/src/loggers/termlog.rs b/src/loggers/termlog.rs index 460c36e6..72c84840 100644 --- a/src/loggers/termlog.rs +++ b/src/loggers/termlog.rs @@ -48,7 +48,10 @@ impl TermLogger { /// init function. Globally initializes the TermLogger as the one and only used log facility. /// /// Takes the desired `Level` and `Config` as arguments. They cannot be changed later on. - /// Fails if another Logger was already initialized + /// + /// # Errors + /// + /// An error is returned if a logger has already been set. /// /// # Examples /// ```