replaced usage of slog_or_stdlog with slog_or_fallback
I think this was missed on a previous refactoring pass, and never got tested?
This commit is contained in:
parent
243d2d8b38
commit
5ac7f7c884
|
@ -103,7 +103,7 @@ impl AutoSession {
|
|||
where
|
||||
L: Into<Option<::slog::Logger>>,
|
||||
{
|
||||
let logger = crate::slog_or_stdlog(logger)
|
||||
let logger = crate::slog_or_fallback(logger)
|
||||
.new(o!("smithay_module" => "backend_session_auto", "session_type" => "auto"));
|
||||
|
||||
info!(logger, "Trying to create tty session");
|
||||
|
|
Loading…
Reference in New Issue