mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-08-29 01:13:08 +00:00
Expand debug message [skip ci]
This commit is contained in:
@@ -59,7 +59,7 @@ class VersionCheckEventHandler
|
|||||||
$lastCheckTime = FireflyConfig::get('last_update_check', time());
|
$lastCheckTime = FireflyConfig::get('last_update_check', time());
|
||||||
$now = time();
|
$now = time();
|
||||||
if ($now - $lastCheckTime->data < 604800) {
|
if ($now - $lastCheckTime->data < 604800) {
|
||||||
Log::debug('Checked for updates less than a week ago.');
|
Log::debug(sprintf('Checked for updates less than a week ago (on %s).', date('Y-m-d H:i:s',$lastCheckTime->data));
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user