Double space to single space
This commit is contained in:
parent
44d3158d1b
commit
a9a4be6c7c
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user