Skip to content

Commit

Permalink
Demote alert to info
Browse files Browse the repository at this point in the history
  • Loading branch information
iwiznia committed Feb 14, 2022
1 parent a482cce commit 81270ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/Network.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ function processNetworkRequestQueue() {
return;
}

getLogger().alert('Request was retried too many times with no success. No more retries left');
getLogger().info('Request was retried too many times with no success. No more retries left');
}

onError(queuedRequest, error);
Expand Down

0 comments on commit 81270ab

Please sign in to comment.