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
This commit is contained in:
Pascal Hartig
2021-12-01 10:46:22 -08:00
committed by Facebook GitHub Bot
parent 3e258c6969
commit ea94c9d1a5

View File

@@ -180,7 +180,7 @@ abstract class ServerAdapter {
}); });
return response; return response;
} catch (e) { } catch (e) {
console.error( console.warn(
`[conn] Failed to exchange certificate with ${clientQuery.app} on ${ `[conn] Failed to exchange certificate with ${clientQuery.app} on ${
clientQuery.device || clientQuery.device_id clientQuery.device || clientQuery.device_id
}`, }`,