]> git.mxchange.org Git - friendica.git/commitdiff
Added some logging
authorMichael <heluecht@pirati.ca>
Sun, 29 Sep 2019 10:58:07 +0000 (10:58 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 29 Sep 2019 10:58:07 +0000 (10:58 +0000)
src/Module/Magic.php

index 7cbc4794b32bf841d07e3fc72526b21b0b37ce89..0722da3cd76c8c5c15162ba6876854e2276b7ce1 100644 (file)
@@ -100,6 +100,7 @@ class Magic extends BaseModule
                                                $x = strpbrk($dest, '?&');
                                                $args = (($x) ? '&owt=' . $token : '?f=&owt=' . $token);
 
+                                               Logger::info('Redirecting', ['path' => $dest . $args]);
                                                System::externalRedirect($dest . $args);
                                        }
                                }