mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-08 20:58:33 +00:00
Reduce recipient dirty state logging verbosity.
This commit is contained in:
parent
53d122ed55
commit
d3d53e6099
@ -1532,7 +1532,7 @@ public class RecipientDatabase extends Database {
|
||||
}
|
||||
|
||||
void markDirty(@NonNull RecipientId recipientId, @NonNull DirtyState dirtyState) {
|
||||
Log.d(TAG, "Attempting to mark " + recipientId + " with dirty state " + dirtyState, new Throwable());
|
||||
Log.d(TAG, "Attempting to mark " + recipientId + " with dirty state " + dirtyState);
|
||||
|
||||
ContentValues contentValues = new ContentValues(1);
|
||||
contentValues.put(DIRTY, dirtyState.getId());
|
||||
|
Loading…
x
Reference in New Issue
Block a user