TF-4136 refactor(logging): replace logError with logWarning for non-critical cases
This commit is contained in:
@@ -90,7 +90,7 @@ class QuotasController extends BaseController {
|
||||
@override
|
||||
void handleFailureViewState(Failure failure) {
|
||||
if (failure is GetQuotasFailure) {
|
||||
logError('$runtimeType::handleFailureViewState');
|
||||
logWarning('$runtimeType::handleFailureViewState');
|
||||
mailboxDashBoardController.octetsQuota.value = null;
|
||||
isBannerEnabled.value = true;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user