From ea94c9d1a51f9920020edb8307808a77d68cad4e Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 1 Dec 2021 10:46:22 -0800 Subject: [PATCH] Demote exchange error Summary: The errors files for this aren't actionable and cannot be deduplicated because of the information included. Better to treat this as a warning. Reviewed By: nikoant Differential Revision: D32758656 fbshipit-source-id: 5255d694b8783b7bb49f981933741063d012df98 --- desktop/flipper-server-core/src/comms/ServerAdapter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/flipper-server-core/src/comms/ServerAdapter.tsx b/desktop/flipper-server-core/src/comms/ServerAdapter.tsx index 37945ec76..83c9d5c4a 100644 --- a/desktop/flipper-server-core/src/comms/ServerAdapter.tsx +++ b/desktop/flipper-server-core/src/comms/ServerAdapter.tsx @@ -180,7 +180,7 @@ abstract class ServerAdapter { }); return response; } catch (e) { - console.error( + console.warn( `[conn] Failed to exchange certificate with ${clientQuery.app} on ${ clientQuery.device || clientQuery.device_id }`,