]> source.dussan.org Git - nextcloud-server.git/commitdiff
Only log as info when we can not create a new DB user 2671/head
authorJoas Schilling <coding@schilljs.com>
Wed, 14 Dec 2016 13:06:14 +0000 (14:06 +0100)
committerJoas Schilling <coding@schilljs.com>
Wed, 14 Dec 2016 13:06:14 +0000 (14:06 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/private/Setup/MySQL.php

index d1399c8821c05c05635a1a195281f718b45897d5..dd88e2ccac61da8508d8309420dc48f4ea0088c7 100644 (file)
@@ -152,7 +152,7 @@ class MySQL extends AbstractDatabase {
                                };
                        }
                } catch (\Exception $ex) {
-                       $this->logger->error('Specific user creation failed: {error}', [
+                       $this->logger->info('Can not create a new MySQL user, will continue with the provided user: {error}', [
                                'app' => 'mysql.setup',
                                'error' => $ex->getMessage()
                        ]);