You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the boot configuration was being detected as corrupted, a logging
message would be written but this would fail as the `warning()` method
wasn't defined on the `logger` object. Resolve this by switching to use
the defined `warn()` message.
0 commit comments