Merge pull request #8369 from antobinary/audio-log
Replaced "Audio Error" with a template literal of the error
This commit is contained in:
commit
bea18c31ce
@ -364,7 +364,7 @@ class AudioManager {
|
||||
errorCode: error,
|
||||
cause: bridgeError,
|
||||
},
|
||||
}, 'Audio Error');
|
||||
}, `errorCode=${error}, cause=${bridgeError}`);
|
||||
if (silenceNotifications !== true) {
|
||||
this.notify(errorMsg, true);
|
||||
this.exitAudio();
|
||||
|
Loading…
Reference in New Issue
Block a user