mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-09 23:15:45 -06:00
Expand debug message [skip ci]
This commit is contained in:
parent
d568a6c8a9
commit
4428ccefbf
@ -59,7 +59,7 @@ class VersionCheckEventHandler
|
||||
$lastCheckTime = FireflyConfig::get('last_update_check', time());
|
||||
$now = time();
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user