mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: jave encoder error message
parent
18b348d7a1
commit
656dd15b92
|
@ -47,7 +47,7 @@ public class MultimediaFileMetadata {
|
||||||
this.videoSize = videoInfo.getSize();
|
this.videoSize = videoInfo.getSize();
|
||||||
}
|
}
|
||||||
} catch (EncoderException e) {
|
} catch (EncoderException e) {
|
||||||
log.error("Error getting multimedia information from file {}. Error: ", f.getAbsolutePath(),
|
log.error("Error getting multimedia information from file {}. Error: {}", f.getAbsolutePath(),
|
||||||
e.getMessage());
|
e.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue