mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-29 03:36:49 +00:00
Reduce usage of Log.w()
This commit is contained in:
@@ -592,7 +592,7 @@ public class VerifyIdentityActivity extends PassphraseRequiredActionBarActivity
|
||||
protected Void doInBackground(Recipient... params) {
|
||||
synchronized (SESSION_LOCK) {
|
||||
if (isChecked) {
|
||||
Log.w(TAG, "Saving identity: " + params[0].getAddress());
|
||||
Log.i(TAG, "Saving identity: " + params[0].getAddress());
|
||||
DatabaseFactory.getIdentityDatabase(getActivity())
|
||||
.saveIdentity(params[0].getAddress(),
|
||||
remoteIdentity,
|
||||
|
||||
Reference in New Issue
Block a user