Fix a crashing log line

b/12471608

Change-Id: I6d78c21c362f83322bf156e59ccb0935ff572772
This commit is contained in:
Martin Hibdon 2014-01-09 11:22:45 -08:00
parent 2043ad73ef
commit c9ee5a389a

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