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