mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
log -> warn
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
0e582c425c
commit
4ab9758b67
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue