From 0939029b745d8a6d88daca3a837242f35bf1051e Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 14 Apr 2012 14:45:09 -0700 Subject: track requested profile error msg --- mod/profile.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/profile.php') diff --git a/mod/profile.php b/mod/profile.php index 51f944412..de1e27248 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -17,6 +17,7 @@ function profile_init(&$a) { goaway($a->get_baseurl() . '/profile/' . $r[0]['nickname']); } else { + logger('profile error: mod_profile ' . $a->query_string, LOGGER_DEBUG); notice( t('Requested profile is not available.') . EOL ); $a->error = 404; return; -- cgit v1.2.3