Skip to content

Commit

Permalink
Silence RCTInspectorPackagerConnection logspam
Browse files Browse the repository at this point in the history
Reviewed By: jingc

Differential Revision: D6480638

fbshipit-source-id: 7610f4136b81fcb16c93920c3b70bf551b4e9ddd
  • Loading branch information
adamjernst authored and facebook-github-bot committed Dec 5, 2017
1 parent 4d37cf0 commit ff3dc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion React/Inspector/RCTInspectorPackagerConnection.m
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ - (void)sendToPackager:(NSDictionary *)messageObject
- (void)abort:(NSString *)message
withCause:(NSError *)cause
{
RCTLogInfo(@"Error occurred, shutting down websocket connection: %@ %@", message, cause);
RCTLogTrace(@"Error occurred, shutting down websocket connection: %@ %@", message, cause);

[self closeAllConnections];
[self disposeWebSocket];
Expand Down

0 comments on commit ff3dc2e

Please sign in to comment.