Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c90bd1a0 authored by Matthew Sedam's avatar Matthew Sedam Committed by Android (Google) Code Review
Browse files

Merge "ContextHubTransactionManager: Fix typo in log" into main

parents 4dd17c7b 4f03cb82
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -494,7 +494,8 @@ import java.util.concurrent.atomic.AtomicInteger;
        ContextHubServiceTransaction transaction =
                mReliableMessageTransactionMap.get(messageSequenceNumber);
        if (transaction == null) {
            Log.w(TAG, "Could not find reliable message transaction with message sequence number"
            Log.w(TAG, "Could not find reliable message transaction with "
                    + "message sequence number = "
                    + messageSequenceNumber);
            return;
        }