diff options
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; |
