]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Model/ContactRelation.php
authorMichael Vogel <icarus@dabo.de>
Sun, 26 Jul 2020 21:39:30 +0000 (23:39 +0200)
committerGitHub <noreply@github.com>
Sun, 26 Jul 2020 21:39:30 +0000 (23:39 +0200)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Model/ContactRelation.php

index 19baaef795abf4f89e9777daa74c9c5ac8f56ec4..dba1d53c898bc053f01a2e78a605d2415220f8cf 100644 (file)
@@ -76,7 +76,7 @@ class ContactRelation
                }
 
                if ($contact['last-discovery'] > DateTimeFormat::utc('now - 1 month')) {
-                       Logger::info('Last discovery was less then a month before.', ['id' => $contact['id'], 'url' => $url, 'discovery' => $contact['last-discovery']]);
+                       Logger::info('No discovery - Last was less than a month ago.', ['id' => $contact['id'], 'url' => $url, 'discovery' => $contact['last-discovery']]);
                        return;
                }