diff --git a/src/Shiny.Maui.Shell/Infrastructure/ShellNavigator.cs b/src/Shiny.Maui.Shell/Infrastructure/ShellNavigator.cs index 1c7ae5e..d1d6df6 100644 --- a/src/Shiny.Maui.Shell/Infrastructure/ShellNavigator.cs +++ b/src/Shiny.Maui.Shell/Infrastructure/ShellNavigator.cs @@ -378,7 +378,7 @@ void AppOnPageDisappearing(object? sender, Page page) { if (page.BindingContext is IPageLifecycleAware lc) { - logger.LogDebug("[OnAppearing] ViewModel '{type}' ", lc.GetType()); + logger.LogDebug("[OnDisappearing] ViewModel '{type}' ", lc.GetType()); lc.OnDisappearing(); } }