mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: remove extra slash in RecordingManager test path
parent
a30d3c5c9e
commit
8a4cc402fd
|
@ -799,7 +799,7 @@ public class RecordingManager {
|
||||||
log.info("OpenVidu Server has write permissions on recording path: {}", openviduRecordingPath);
|
log.info("OpenVidu Server has write permissions on recording path: {}", openviduRecordingPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
final String testFolderPath = openviduRecordingPath + "/TEST_RECORDING_PATH_" + System.currentTimeMillis();
|
final String testFolderPath = openviduRecordingPath + "TEST_RECORDING_PATH_" + System.currentTimeMillis();
|
||||||
final String testFilePath = testFolderPath + "/TEST_RECORDING_PATH"
|
final String testFilePath = testFolderPath + "/TEST_RECORDING_PATH"
|
||||||
+ openviduConfig.getMediaServer().getRecordingFileExtension();
|
+ openviduConfig.getMediaServer().getRecordingFileExtension();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue