In the function drupal_log_to_file
line 263 contains the code: echo 'matched<br />'; and
line 265 contains the code: echo 'filename: ' . $filename . '<br />';
When using the module these debug-messages causes some minor irritation and can not be turned off by the user interface. These lines are also on a different indent than the rest of the code, so my guess would be that this is some debug-code that the developer forgot to remove. But being a novice drupal-user I could be wrong about this.
Comments
Comment #1
IanBezanson commentedI think that you are right... I will remove this code an re-package as soon as I get a chance.
Comment #2
IanBezanson commentedThis has been fixed in release 5.x-1.2
Comment #3
IanBezanson commented