fix loglevel

This commit is contained in:
Philipp Holzer 2019-04-13 21:03:07 +02:00
parent e2f69a04b9
commit f17d6e88fd
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5

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,
]);