Add Logger entry

This commit is contained in:
Philipp Holzer
2019-03-11 21:27:36 +01:00
parent 9a60eab152
commit 8a358d5c98

View File

@@ -92,6 +92,7 @@ class Update
// Checks if the build changed during Lock acquiring (so no double update occurs)
$retryBuild = Config::get('system', 'build', null, true);
if ($retryBuild !== $build) {
Logger::debug('Update from \'' . $stored . '\' to \''. $current . '\' - already done');
Lock::release('dbupdate');
return '';
}