add logging to mod/magic when channel not found so we can trace it.

This commit is contained in:
friendica 2013-05-28 19:58:33 -07:00
parent 0daaf35ff8
commit be1c96996f

View file

@ -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;
}