HTMLForm: Allow IP adresses as username in HTMLUserTextField
[lhc/web/wiklou.git] / thumb.php
index 5c4eea7..3b7ff43 100644 (file)
--- a/thumb.php
+++ b/thumb.php
@@ -309,6 +309,7 @@ function wfStreamThumb( array $params ) {
                        wfThumbError( 500, 'Could not stream the file' );
                } else {
                        RequestContext::getMain()->getStats()->timing( 'media.thumbnail.stream', $streamtime );
+                       wfDebugLog( 'thumbnailaccess', time() . ' ' . $thumbPath . ' ' . ob_get_length() . ' Streamed ' );
                }
                return;
        }