diff --git a/React/Inspector/RCTInspectorPackagerConnection.m b/React/Inspector/RCTInspectorPackagerConnection.m index 23941a8cd70bf1..5bce9397def8d9 100644 --- a/React/Inspector/RCTInspectorPackagerConnection.m +++ b/React/Inspector/RCTInspectorPackagerConnection.m @@ -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];