aboutsummaryrefslogtreecommitdiffstats
path: root/mod/magic.php
diff options
context:
space:
mode:
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;
}