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

Commit 4f03cb82 authored by Matthew Sedam's avatar Matthew Sedam
Browse files

ContextHubTransactionManager: Fix typo in log

Bug: N/A
Change-Id: Ieecb8edfc70d06fc22d2fd94568bebf8936bc455
Flag: EXEMPT bugfix
Test: Presubmits
parent b283f3d3
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;
        }