Skip to content

Commit de5dbdc

Browse files
committed
Fix Type 'MXLog' has no member 'dev' CI error
1 parent 5197e41 commit de5dbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ElementX/Sources/FlowCoordinators/AuthenticationFlowCoordinator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ class AuthenticationFlowCoordinator: FlowCoordinatorProtocol {
245245
// Logging
246246

247247
stateMachine.addAnyHandler(.any => .any) { context in
248-
MXLog.dev("Transitioning from `\(context.fromState)` to `\(context.toState)` with event `\(String(describing: context.event))`.")
248+
MXLog.info("Transitioning from `\(context.fromState)` to `\(context.toState)` with event `\(String(describing: context.event))`.")
249249
}
250250

251251
// Unhandled

0 commit comments

Comments
 (0)