Reduced logging

This commit is contained in:
M66B 2024-01-13 17:36:07 +01:00
parent 46b2abf4b4
commit 7dbcd014a9
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ public class GmailState {
long acquired = jobject.getLong("acquired");
return new GmailState(token, acquired);
} catch (JSONException ex) {
Log.e(ex);
Log.i(ex);
return new GmailState(password, new Date().getTime());
}
}