openvidu-test-e2e: jave encoder error message
This commit is contained in:
parent
18b348d7a1
commit
656dd15b92
@ -47,7 +47,7 @@ public class MultimediaFileMetadata {
|
||||
this.videoSize = videoInfo.getSize();
|
||||
}
|
||||
} 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());
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user