log -> warn

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-06-23 10:43:49 +02:00
parent 0e582c425c
commit 4ab9758b67
No known key found for this signature in database
GPG key ID: 9760693FDD98A790

View file

@ -66,7 +66,7 @@ export default class MediaDeviceHandler extends EventEmitter {
return { audioOutput, audioInput, videoInput };
} catch (error) {
console.log('Unable to refresh WebRTC Devices: ', error);
console.warn('Unable to refresh WebRTC Devices: ', error);
}
}