diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-11-11 11:45:32 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-11-11 11:45:32 +0100 |
| commit | 5cdcb94d763dec8105fd840ccc15e5c79922e81b (patch) | |
| tree | cb6e344c0db44910c0bf67ae461efcaff602126b /webAO/dom/opusCheck.ts | |
| parent | b686e9fd19e5dbffd1a68fd7ae88bcab3cc05ace (diff) | |
more console spam
Diffstat (limited to 'webAO/dom/opusCheck.ts')
| -rw-r--r-- | webAO/dom/opusCheck.ts | 2 |
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; |
