Skip to content

Commit 320b9b4

Browse files
committed
Changing Error to Warning
1 parent 60b5645 commit 320b9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/Network/RCTNetworking.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ - (void)sendData:(NSData *)data forRequestToken:(id)requestToken
381381

382382
NSString *responseText = [[NSString alloc] initWithData:data encoding:encoding];
383383
if (!responseText && data.length) {
384-
RCTLogError(@"Received data was invalid.");
384+
RCTLogWarn(@"Received data was invalid.");
385385
return;
386386
}
387387

0 commit comments

Comments
 (0)