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

Commit e55806a5 authored by Jeff Hamilton's avatar Jeff Hamilton Committed by Android Git Automerger
Browse files

am 23392a84: Fix the build.

Merge commit '23392a84' into gingerbread-plus-aosp

* commit '23392a84':
  Fix the build.
parents d691b36c 23392a84
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);
                    }