]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/APContact.php
Logger Levels
[friendica.git] / src / Model / APContact.php
index e5dd27e0e36f55dcae1a5bfd4bdbabea753742ee..c7cf54b7209e2d60188bd5f352abcce2dc19c5a4 100644 (file)
@@ -193,7 +193,7 @@ class APContact extends BaseObject
                // Update the gcontact table
                DBA::update('gcontact', $contact_fields, ['nurl' => normalise_link($url)]);
 
-               Logger::log('Updated profile for ' . $url, LOGGER_DEBUG);
+               Logger::log('Updated profile for ' . $url, Logger::DEBUG);
 
                return $apcontact;
        }