]> git.mxchange.org Git - friendica.git/commitdiff
Add Logger entry
authorPhilipp Holzer <admin@philipp.info>
Mon, 11 Mar 2019 20:27:36 +0000 (21:27 +0100)
committerPhilipp Holzer <admin@philipp.info>
Mon, 11 Mar 2019 20:27:36 +0000 (21:27 +0100)
src/Core/Update.php

index aa400d1e8be0d1c51a4a876a58e182a9c8003f49..120041f1c0cf943547faf71f539774fb3c4b0a89 100644 (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 '';
                                        }