Show full error when maintenance task fails to start (#512)

This commit is contained in:
Leendert de Borst
2025-01-03 12:44:55 +01:00
parent 0184e32e6d
commit 50cab3a2f3

View File

@@ -162,7 +162,7 @@
}
catch (Exception ex)
{
GlobalNotificationService.AddErrorMessage($"Failed to start maintenance tasks: {ex.Message}", true);
GlobalNotificationService.AddErrorMessage($"Failed to start maintenance tasks: {ex}", true);
}
}