aboutsummaryrefslogtreecommitdiff
path: root/webAO/dom/opusCheck.ts
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-11-11 11:45:32 +0100
committerstonedDiscord <Tukz@gmx.de>2022-11-11 11:45:32 +0100
commit5cdcb94d763dec8105fd840ccc15e5c79922e81b (patch)
treecb6e344c0db44910c0bf67ae461efcaff602126b /webAO/dom/opusCheck.ts
parentb686e9fd19e5dbffd1a68fd7ae88bcab3cc05ace (diff)
more console spam
Diffstat (limited to 'webAO/dom/opusCheck.ts')
-rw-r--r--webAO/dom/opusCheck.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/dom/opusCheck.ts b/webAO/dom/opusCheck.ts
index 939fdc6..5f0248d 100644
--- a/webAO/dom/opusCheck.ts
+++ b/webAO/dom/opusCheck.ts
@@ -9,7 +9,7 @@ export function opusCheck(
if (audio === "") {
return;
}
- console.info(`failed to load sound ${channel.src}`);
+ console.warn(`failed to load sound ${channel.src}`);
let oldsrc = "";
let newsrc = "";
oldsrc = channel.src;