Merge "Fix a crashing log line" into ub-mail-master

This commit is contained in:
Martin Hibdon 2014-01-09 19:33:31 +00:00 committed by Android (Google) Code Review
commit 0a8cba4700

View File

@ -1317,8 +1317,7 @@ public class EmailProvider extends ContentProvider {
// TODO: There are actually cases where c == null is expected, for example
// UI_FOLDER_LOAD_MORE.
// Demoting this to a warning for now until we figure out what to do with it.
LogUtils.w(TAG, "Query returning null for uri: " + uri + ", selection: "
+ selection);
LogUtils.w(TAG, "Query returning null for uri: %s selection: %s", uri, selection);
}
}