Don't log when insecure connection fails

Summary:
Context: https://fb.workplace.com/groups/flippersupport/permalink/803808233433170/

A similar change was done earlier with the secure connection route.
This does the same for the insecure route.

Reviewed By: mweststrate

Differential Revision: D21227196

fbshipit-source-id: 844cb674b5b16033977f451bbc3d8bbc69732273
This commit is contained in:
John Knox
2020-04-24 05:50:04 -07:00
committed by Facebook GitHub Bot
parent 08e83560e4
commit eb1981f9f2
2 changed files with 24 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ class FlipperConnectionManagerImpl : public FlipperConnectionManager {
std::shared_ptr<ConnectionContextStore> contextStore_;
void startSync();
void doCertificateExchange();
bool doCertificateExchange();
bool connectSecurely();
bool isCertificateExchangeNeeded();
void requestSignedCertFromFlipper();