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

Commit 22bc12b1 authored by Xiaowen Lei's avatar Xiaowen Lei
Browse files

Fix typo in debug message.

Bug: 202398773
Test: atest CommunalSourcePrimerTest
Change-Id: Ia59fdd909986a681b234108bf2863926270ed837
parent d9b9ad28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ public class CommunalSourcePrimer extends CoreStartable {

    private void connect() {
        if (DEBUG) {
            Log.d(TAG, "attempting to communal to communal source");
            Log.d(TAG, "attempting to connect to communal source");
        }

        if (mCurrentConnection != null) {