openvidu-server: initialization log fix
This commit is contained in:
parent
5889fdd449
commit
332877de10
@ -102,7 +102,7 @@ public class OpenViduServer implements JsonRpcConfigurer {
|
||||
log.info("Using autodiscovery rules to locate KMS on every pipeline");
|
||||
return new AutodiscoveryKurentoClientProvider();
|
||||
} else {
|
||||
log.info("Configuring Kurento Room Server to use first of the following kmss: " + kmsWsUris);
|
||||
log.info("Configuring OpenVidu Server to use first of the following kmss: " + kmsWsUris);
|
||||
return new FixedOneKmsManager(firstKmsWsUri);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user