am 9a342b31: Cleanup Logs

* commit '9a342b31472536b89f55b1e6ae2e6f868ba1064d':
  Cleanup Logs
This commit is contained in:
Alon Albert 2013-10-11 15:37:03 -07:00 committed by Android Git Automerger
commit 7886155e99
1 changed files with 1 additions and 1 deletions

View File

@ -1656,7 +1656,7 @@ public class EmailProvider extends ContentProvider {
@Override
public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
Log.d(TAG, "Update: " + uri);
LogUtils.d(TAG, "Update: " + uri);
// Handle this special case the fastest possible way
if (uri == INTEGRITY_CHECK_URI) {
checkDatabases();