File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/src/main/java/com/infomaniak/mail/utils Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ class LoginUtils @Inject constructor(
123
123
infomaniakLogin.deleteToken(
124
124
okHttpClient = HttpClient .okHttpClientNoTokenInterceptor,
125
125
token = apiToken,
126
- onError = { SentryLog .i (" DeleteTokenError" , " API response error: $it " ) },
126
+ onError = { SentryLog .e (" DeleteTokenError" , " API response error: $it " ) },
127
127
)
128
128
}
129
129
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ class LogoutUser @Inject constructor(
78
78
appContext.getInfomaniakLogin().deleteToken(
79
79
okHttpClient = HttpClient .okHttpClientNoTokenInterceptor,
80
80
token = apiToken,
81
- onError = { SentryLog .i (" DeleteTokenError" , " API response error: $it " ) },
81
+ onError = { SentryLog .e (" DeleteTokenError" , " API response error: $it " ) },
82
82
)
83
83
}
84
84
You can’t perform that action at this time.
0 commit comments