|
@@ -260,7 +260,7 @@ class FFProbe
|
|
|
try {
|
|
|
$output = $this->ffprobe->command($commands);
|
|
|
} catch (ExecutionFailureException $e) {
|
|
|
- throw new RuntimeException(sprintf('Unable to probe - %s', $e->getMessage()), $e->getCode(), $e);
|
|
|
+ throw new RuntimeException(sprintf('Unable to probe - %s', $pathfile), $e->getCode(), $e);
|
|
|
}
|
|
|
|
|
|
if ($parseIsToDo) {
|