Skip to content

Commit a73535e

Browse files
author
Daniel Neto
committed
fix: Remove externalOptions from video save log for cleaner output
1 parent 3be0cfe commit a73535e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objects/video.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ public function save($updateVideoGroups = false, $allowOfflineUser = false)
753753
*/
754754
//var_dump($this->title, $insert_row);exit;
755755
if ($insert_row) {
756-
_error_log("Video::save ([{$this->sites_id}] {$this->title}) Saved id = {$insert_row} status=([{$this->status}]) duration={$this->duration} externalOptions={$this->externalOptions}" . json_encode(debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS)));
756+
_error_log("Video::save ([{$this->sites_id}] {$this->title}) Saved id = {$insert_row} status=([{$this->status}]) duration={$this->duration} " . json_encode(debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS)));
757757
//Category::clearCacheCount();
758758
if (empty($this->id)) {
759759
$this->id = $insert_row;

0 commit comments

Comments
 (0)