Reduce log level for connection errors

Reviewed By: bnham

Differential Revision: D5523206

fbshipit-source-id: ccc3d0862444c5ff4dc42c4fd00e418e15b2a31e
This commit is contained in:
Theo Yaung 2017-07-28 18:24:40 -07:00 committed by Facebook Github Bot
parent be0f2288fe
commit a6ad4a059a
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ RCT_NOT_IMPLEMENTED(- (instancetype)init)
- (void)abort:(NSString *)message
withCause:(NSError *)cause
{
RCTLogWarn(@"Error occurred, shutting down websocket connection: %@ %@", message, cause);
RCTLogInfo(@"Error occurred, shutting down websocket connection: %@ %@", message, cause);
[self closeAllConnections];
[self disposeWebSocket];