diff --git a/src/backend/notifications/notification-manager.ts b/src/backend/notifications/notification-manager.ts index 13ad1703e..cb28ec4f5 100644 --- a/src/backend/notifications/notification-manager.ts +++ b/src/backend/notifications/notification-manager.ts @@ -178,7 +178,7 @@ class NotificationManager { this.setKnownExternalNotifications(newKnownExtNotis); } catch (error) { - logger.error("Error loading external notifications", error); + logger.error("Error loading external notifications", error.message); } }