console.error

Co-authored-by: Travis Ralston <travpc@gmail.com>
pull/21833/head
David Baker 2021-03-05 10:34:03 +00:00 committed by GitHub
parent c80cbc38dd
commit 8bcf0f0838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ const WidgetContextMenu: React.FC<IProps> = ({
try {
await startJitsiAudioLivestream(widgetMessaging, roomId);
} catch (err) {
console.log("Failed to start livestream", err);
console.error("Failed to start livestream", err);
// XXX: won't i18n well, but looks like widget api only support 'message'?
const message = err.message || _t("Unable to start audio streaming.");
Modal.createTrackedDialog('WidgetContext Menu', 'Livestream failed', ErrorDialog, {