Merge "Fix format string."

This commit is contained in:
Ian Rogers
2016-06-07 15:45:02 +00:00
committed by Android (Google) Code Review

View File

@@ -508,8 +508,8 @@ public class ZenModeHelper {
pw.println(config);
return;
}
pw.printf("allow(calls=%s,callsFrom=%s,repeatCallers=%s,messages=%s,messagesFrom=%s,"
+ "events=%s,reminders=%s,whenScreenOff,whenScreenOn=%s)\n",
pw.printf("allow(calls=%b,callsFrom=%s,repeatCallers=%b,messages=%b,messagesFrom=%s,"
+ "events=%b,reminders=%b,whenScreenOff=%b,whenScreenOn=%b)\n",
config.allowCalls, ZenModeConfig.sourceToString(config.allowCallsFrom),
config.allowRepeatCallers, config.allowMessages,
ZenModeConfig.sourceToString(config.allowMessagesFrom),