]> git.mxchange.org Git - friendica.git/blobdiff - mod/profile.php
Logger Levels
[friendica.git] / mod / profile.php
index e56f7085ef98ec507995dcc055df185972478420..f2df82849edf650fcc6ab608743e65021a879fd9 100644 (file)
@@ -38,7 +38,7 @@ function profile_init(App $a)
                if (DBA::isResult($r)) {
                        $a->internalRedirect('profile/' . $r[0]['nickname']);
                } else {
-                       Logger::log('profile error: mod_profile ' . $a->query_string, LOGGER_DEBUG);
+                       Logger::log('profile error: mod_profile ' . $a->query_string, Logger::DEBUG);
                        notice(L10n::t('Requested profile is not available.') . EOL);
                        $a->error = 404;
                        return;