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

Commit 23392a84 authored by Jeff Hamilton's avatar Jeff Hamilton
Browse files

Fix the build.

Change-Id: Id5bfa0f91e6ec687201a320a1eb4d8a46050875e
parent 6fe795ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -234,7 +234,7 @@ public class CallerInfoAsyncQuery {
                            mQueryContext, cw.number, mCallerInfo);
                    if (newCallerInfo != mCallerInfo) {
                        mCallerInfo = newCallerInfo;
                        if (DBG) log("#####async contact look up with numeric username"
                        if (DBG) Log.d(LOG_TAG, "#####async contact look up with numeric username"
                                + mCallerInfo);
                    }