summaryrefslogtreecommitdiffstats
path: root/appinfo/app.php
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/app.php')
-rw-r--r--appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index daf0ec5b4..e50525a5c 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -27,6 +27,6 @@ try {
} catch(\OCA\News\Config\DependencyException $e) {
$logger = $container->getLogger();
$params = $container->getLoggerParameters();
- $logger->warning($e->getMessage(), $params);
+ $logger->emergency($e->getMessage(), $params);
}