]> source.dussan.org Git - nextcloud-server.git/commit
Fix misleading MySQL DB creation error (#25485) 596/head
authorVincent Petry <pvince81@owncloud.com>
Tue, 26 Jul 2016 10:38:14 +0000 (12:38 +0200)
committerBjoern Schiessle <bjoern@schiessle.org>
Wed, 27 Jul 2016 09:45:13 +0000 (11:45 +0200)
commitaeb40112794c8c4c9e9862986ed51792cfd7253c
treef556148c3cc9970d2691f630db6d8a32b3f67c82
parent318d68a9a95cc710aa30c24a84d78da280327aef
Fix misleading MySQL DB creation error (#25485)

Whenever the GRANT ALL failed, it used to display "Database creation
failed" which is incorrect. It's only the privleges setting that failed.

This moves the privilege setting message to DEBUG and makes it more
precise.
lib/private/Setup/MySQL.php