Fix the build.

Change-Id: Id5bfa0f91e6ec687201a320a1eb4d8a46050875e
This commit is contained in:
Jeff Hamilton
2010-10-20 14:20:29 -05:00
parent 6fe795ecd3
commit 23392a84bc

View File

@@ -234,7 +234,7 @@ public class CallerInfoAsyncQuery {
mQueryContext, cw.number, mCallerInfo); mQueryContext, cw.number, mCallerInfo);
if (newCallerInfo != mCallerInfo) { if (newCallerInfo != mCallerInfo) {
mCallerInfo = newCallerInfo; 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); + mCallerInfo);
} }