Add Logger entry

This commit is contained in:
Philipp Holzer 2019-03-11 21:27:36 +01:00
parent 9a60eab152
commit 8a358d5c98
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5

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 '';
}