Skip to content

Commit

Permalink
format patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Zheng committed Jan 31, 2024
1 parent e147194 commit 4055b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.cls.php
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ public function send_headers_force($buffer)
// Log ESI nonce buffer empty issue
if (defined('LSCACHE_IS_ESI') && strlen($buffer) != 0) {
// log ref for debug purpose
error_log("ESI buffer empty " . $_SERVER['REQUEST_URI']);
error_log('ESI buffer empty ' . $_SERVER['REQUEST_URI']);
}

// Init comment info
Expand Down

0 comments on commit 4055b32

Please sign in to comment.