it's early in the morning...

slight_refactoring
Sascha Rommelfangen 2018-04-13 09:16:30 +02:00 committed by GitHub
parent b235d5a416
commit a6605cdec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -155,9 +155,9 @@ try:
attach_original_mail = config.attach_original_mail
except Exception as e:
syslog.syslog(str(e))
print("There is a problem with the configuration. A mandatory configuration variable is not set."
print("Did you just update? mail_to_misp might have new configuration variables."
print("Please compare with the configuration example.").
print("There is a problem with the configuration. A mandatory configuration variable is not set.")
print("Did you just update? mail_to_misp might have new configuration variables.")
print("Please compare with the configuration example.")
print("\nTrace:")
print(e)
sys.exit(-2)