Add Logger entry
This commit is contained in:
parent
9a60eab152
commit
8a358d5c98
|
@ -92,6 +92,7 @@ class Update
|
||||||
// Checks if the build changed during Lock acquiring (so no double update occurs)
|
// Checks if the build changed during Lock acquiring (so no double update occurs)
|
||||||
$retryBuild = Config::get('system', 'build', null, true);
|
$retryBuild = Config::get('system', 'build', null, true);
|
||||||
if ($retryBuild !== $build) {
|
if ($retryBuild !== $build) {
|
||||||
|
Logger::debug('Update from \'' . $stored . '\' to \''. $current . '\' - already done');
|
||||||
Lock::release('dbupdate');
|
Lock::release('dbupdate');
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user