Skip to content

Commit

Permalink
Update object-cache.cls.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymotey committed May 27, 2024
1 parent 7da73dd commit 66efcee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/object-cache.cls.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ private function debug_oc( $text, $show_error = false ){

if (!$show_error && !$this->_cfg_debug) return;

error_log( gmdate('m/d/y H:i:s') . ' - ' . $text . PHP_EOL, 3, WP_CONTENT_DIR . '/obj_debug.log' );
error_log( gmdate('m/d/y H:i:s') . ' - ' . $text . PHP_EOL, 3, WP_CONTENT_DIR . '/debug.log' );
}

/**
Expand Down

0 comments on commit 66efcee

Please sign in to comment.