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
1 changed files with 1 additions and 1 deletions

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