aboutsummaryrefslogtreecommitdiffstats
path: root/AuditronAppDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'AuditronAppDelegate.m')
-rw-r--r--AuditronAppDelegate.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/AuditronAppDelegate.m b/AuditronAppDelegate.m
index 8f93f81..80120ed 100644
--- a/AuditronAppDelegate.m
+++ b/AuditronAppDelegate.m
@@ -115,6 +115,8 @@
end tell", [self recipientName], [self recipientEmail], subject, reportFile];
} else {
+ NSLog(@"Unsupported mailer: %@", mailer);
+
NSSavePanel *panel = [NSSavePanel savePanel];
[panel setCanCreateDirectories:YES];
NSString *fileName = [NSString stringWithFormat:@"%@.spx.gz", hostName];