Fix small issues

This commit is contained in:
VirtuBox
2019-09-02 22:24:46 +02:00
parent 242b4c4666
commit 84ce672a5b
3 changed files with 5 additions and 9 deletions

View File

@@ -73,7 +73,7 @@ def pre_pref(self, apt_packages):
log=False)
except CommandExecutionError as e:
Log.debug(self, "{0}".format(e))
Log.error("Failed to initialize MySQL package")
Log.error(self, "Failed to initialize MySQL package")
Log.debug(self, "echo \"mariadb-server-{0} "
"mysql-server/root_password_again "