aboutsummaryrefslogtreecommitdiffstats
path: root/mod/magic.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-28 19:58:33 -0700
committerfriendica <info@friendica.com>2013-05-28 19:58:33 -0700
commitbe1c96996f483c8bf3ddd7084479404d4764336c (patch)
treee2e1c672b3a1151e8793394ec5e4c3a5fff61b36 /mod/magic.php
parent0daaf35ff8cc863ad95d68302fb14dbcea740374 (diff)
downloadvolse-hubzilla-be1c96996f483c8bf3ddd7084479404d4764336c.tar.gz
volse-hubzilla-be1c96996f483c8bf3ddd7084479404d4764336c.tar.bz2
volse-hubzilla-be1c96996f483c8bf3ddd7084479404d4764336c.zip
add logging to mod/magic when channel not found so we can trace it.
Diffstat (limited to 'mod/magic.php')
-rw-r--r--mod/magic.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/magic.php b/mod/magic.php
index a0aa4aad4..f5d01cd97 100644
--- a/mod/magic.php
+++ b/mod/magic.php
@@ -55,6 +55,7 @@ function magic_init(&$a) {
}
if(! $x) {
+ logger('mod_magic: channel not found.' . print_r($_REQUEST,true));
notice( t('Channel not found.') . EOL);
return;
}