From 29822aad9d2a76780178d2e1f493ef4b5966d40f Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 25 May 2016 14:57:01 -0700 Subject: [PATCH] denit --- certbot/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/certbot/main.py b/certbot/main.py index b7dc88839..56d09c078 100644 --- a/certbot/main.py +++ b/certbot/main.py @@ -401,8 +401,7 @@ def register(config, unused_plugins): # We rely on an exception to interrupt this process if it didn't work. reporter_util = zope.component.getUtility(interfaces.IReporter) msg = "Your e-mail address was updated to {0}.".format(config.email) - reporter_util.add_message(msg, reporter_util.HIGH_PRIORITY) - return + reporter_util.add_message(msg, reporter_util.MEDIUM_PRIORITY) def install(config, plugins):