]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Authentication.php
Logger Levels
[friendica.git] / src / Core / Authentication.php
index 83effcb01b41066b2c78cc8ec8af5d16bbdb4722..4d227c27109fbf2201999e1ca3db4b5774ffcc99 100644 (file)
@@ -154,10 +154,10 @@ class Authentication extends BaseObject
                }
 
                if ($login_initial) {
-                       Logger::log('auth_identities: ' . print_r($a->identities, true), LOGGER_DEBUG);
+                       Logger::log('auth_identities: ' . print_r($a->identities, true), Logger::DEBUG);
                }
                if ($login_refresh) {
-                       Logger::log('auth_identities refresh: ' . print_r($a->identities, true), LOGGER_DEBUG);
+                       Logger::log('auth_identities refresh: ' . print_r($a->identities, true), Logger::DEBUG);
                }
 
                $contact = DBA::selectFirst('contact', [], ['uid' => $_SESSION['uid'], 'self' => true]);