summaryrefslogtreecommitdiff
path: root/web/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/main.js')
-rw-r--r--web/main.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/main.js b/web/main.js
index ddd39c0..ff78eb4 100644
--- a/web/main.js
+++ b/web/main.js
@@ -227,7 +227,7 @@ function main() {
window.requestAnimationFrame(analyserNodeCallback);
})
.catch(function(err) {
- console.err('Could not get the microphone');
- console.err(err);
+ console.error('Could not open the microphone stream');
+ console.error(err);
});
}