am 23392a84: Fix the build.

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

* commit '23392a84bcb961d3fd50142ec40ce6ac6db89018':
  Fix the build.
This commit is contained in:
Jeff Hamilton
2010-10-20 13:57:26 -07:00
committed by Android Git Automerger

View File

@ -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);
}