fix loglevel

This commit is contained in:
Philipp Holzer
2019-04-13 21:03:07 +02:00
parent e2f69a04b9
commit f17d6e88fd

View File

@@ -692,7 +692,7 @@ class DBA
// On a lost connection we simply quit.
// A reconnect like in self::p could be dangerous with modifications
if ($errorno == 2006) {
self::$logger->error('Giving up because of database error', [
self::$logger->notice('Giving up because of database error', [
'code' => self::$errorno,
'error' => self::$error,
]);