diff options
Diffstat (limited to 'email-backup')
-rw-r--r-- | email-backup | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/email-backup b/email-backup index 63e2fbe..e8f8f2b 100644 --- a/email-backup +++ b/email-backup @@ -16,7 +16,8 @@ :if ($BackupSendBinary != true && \ $BackupSendExport != true && \ $BackupCloud != true) do={ - :error ("Configured to send neither backup nor config export."); + :log error ("Configured to send neither backup nor config export."); + :error "Error: See log for details."; } # filename based on identity |