Fix Type 'MXLog' has no member 'dev' CI error

This commit is contained in:
Stefan Ceriu
2025-05-21 09:06:32 +03:00
parent bea64831cf
commit 862cb996b8

View File

@@ -245,7 +245,7 @@ class AuthenticationFlowCoordinator: FlowCoordinatorProtocol {
// Logging
stateMachine.addAnyHandler(.any => .any) { context in
MXLog.dev("Transitioning from `\(context.fromState)` to `\(context.toState)` with event `\(String(describing: context.event))`.")
MXLog.info("Transitioning from `\(context.fromState)` to `\(context.toState)` with event `\(String(describing: context.event))`.")
}
// Unhandled