Double space to single space

pull/656/head
gtunon 2021-10-07 07:32:28 +02:00
parent 44d3158d1b
commit a9a4be6c7c
1 changed files with 1 additions and 1 deletions

View File

@ -634,7 +634,7 @@ public class OpenviduConfig {
String property = "COTURN_PORT";
coturnPort = this.asNonNegativeInteger(property);
if (coturnPort <= 0 || coturnPort > 65535){
log.warn("Non valid coturn port, setting to default 3478");
log.warn("Non valid coturn port, setting to default 3478");
}
}