From 1b576b19bae9e6dce9f633bd1c284ca8d017e04f Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Tue, 26 Apr 2022 19:05:53 +0100 Subject: [PATCH] chore: change log level of line --- src/device-types/streamdeck.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/device-types/streamdeck.ts b/src/device-types/streamdeck.ts index f9cd5c6..f56fc61 100644 --- a/src/device-types/streamdeck.ts +++ b/src/device-types/streamdeck.ts @@ -37,7 +37,7 @@ export class StreamDeckWrapper implements WrappedDevice { .raw() .toBuffer() } catch (e) { - console.error(`device(${deviceId}): scale image failed: ${e}`) + console.log(`device(${deviceId}): scale image failed: ${e}`) return }