Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Mar 1, 2024
1 parent 7459e22 commit 50d8fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/Format.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ protected static function getFromOrder($order) {
}

public function run($pathFileName, $encoder_queue_id) {
error_log("AVideo-Encoder Format::run($pathFileName, $encoder_queue_id)");
error_log("AVideo-Encoder Format::run($pathFileName, $encoder_queue_id) ".json_encode(debug_backtrace()));
global $global;
$obj = new stdClass();
$obj->error = true;
Expand Down

0 comments on commit 50d8fda

Please # to comment.