openvidu-test-e2e: jave encoder error message

pull/203/head
pabloFuente 2019-01-27 02:57:45 +01:00
parent 18b348d7a1
commit 656dd15b92
1 changed files with 1 additions and 1 deletions

View File

@ -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());
} }
} }