Respond to CR.

// FREEBIE
This commit is contained in:
Matthew Chen 2017-03-27 09:12:39 -04:00
parent 5cab3be67d
commit ca1467ef2e

View file

@ -127,7 +127,7 @@ typedef NS_ENUM(NSInteger, AdvancedSettingsTableViewControllerSection) {
[tableView deselectRowAtIndexPath:indexPath animated:YES];
if ([tableView cellForRowAtIndexPath:indexPath] == self.submitLogCell) {
DDLogDebug(@"%@ Submitting debug logs", self.tag);
DDLogInfo(@"%@ Submitting debug logs", self.tag);
[DDLog flushLog];
[Pastelog submitLogs];
} else if ([tableView cellForRowAtIndexPath:indexPath] == self.registerPushCell) {