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

Commit 1cac9262 authored by Xiaowen Lei's avatar Xiaowen Lei Committed by Android (Google) Code Review
Browse files

Merge "Fix typo in debug message."

parents 51214b35 22bc12b1
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) {