Skip to content

Commit 9e13e38

Browse files
committed
fix(files_reminders): Lower disabled notifications app error to info
Signed-off-by: Louis Chemineau <louis@chmn.me>
1 parent 28a2965 commit 9e13e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files_reminders/lib/Listener/LoadAdditionalScriptsListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function handle(Event $event): void {
3131
}
3232

3333
if (!$this->appManager->isEnabledForUser('notifications')) {
34-
$this->logger->error('Failed to register the `files_reminders` app. This could happen due to the `notifications` app being disabled.', ['app' => 'files_reminders']);
34+
$this->logger->info('Skipped registering the `files_reminders` app because the `notifications` app is disabled.', ['app' => 'files_reminders']);
3535
return;
3636
}
3737

0 commit comments

Comments
 (0)