Skip to content

Commit

Permalink
https://github.com/WWBN/AVideo/issues/9098
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed May 31, 2024
1 parent 282b30c commit 8ac083c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/Live/Live.php
Original file line number Diff line number Diff line change
Expand Up @@ -1579,7 +1579,7 @@ public function createCacheStatsObject($live_servers_id = 0, $requestStatsTimout
}

if(!AVideoPlugin::isEnabled('Live')){
_error_log("Live::createCacheStatsObject: live plugin is disabled", AVideoLog::$DEBUG);
_error_log("Live::createCacheStatsObject: live plugin is disabled ".json_encode(debug_backtrace()), AVideoLog::$DEBUG);
return false;
}
$name = "live_servers_id_{$live_servers_id}_getStatsObject";
Expand Down

0 comments on commit 8ac083c

Please sign in to comment.