Skip to content

Commit

Permalink
[UPDATE] improved debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-hai committed Sep 14, 2017
1 parent 6cefa5b commit 9ab6034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litespeed-cache/includes/litespeed-cache.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ public static function litespeed_comment_info()
return ;
}
if ( ! $is_html ) {
LiteSpeed_Cache_Log::debug( 'Footer check failed: ' . substr( $buffer, 0, 20 ) ) ;
LiteSpeed_Cache_Log::debug( 'Footer check failed: ' . ob_get_level() . '-' . substr( $buffer, 0, 20 ) ) ;
return ;
}

Expand Down

0 comments on commit 9ab6034

Please sign in to comment.