diff --git a/src/util/buffer_utils.js b/src/util/buffer_utils.js index 34845f1b67..25576a03ae 100644 --- a/src/util/buffer_utils.js +++ b/src/util/buffer_utils.js @@ -217,7 +217,7 @@ class BuffersPool { if (this.warning_timeout) { const err = new Error('Warning stuck buffer_pool buffer'); warning_timer = setTimeout(() => { - console.error(err.stack); + console.warn(err.stack); }, this.warning_timeout); warning_timer.unref(); }