Double space to single space

This commit is contained in:
gtunon 2021-10-07 07:32:28 +02:00
parent 44d3158d1b
commit a9a4be6c7c

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");
}
}