From 2d295bce9d6324c34e1034640399ca714a84ec06 Mon Sep 17 00:00:00 2001 From: Liam Marshall Date: Sat, 24 Oct 2015 22:17:16 -0500 Subject: [PATCH] Better error message --- letsencrypt/plugins/manual.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/plugins/manual.py b/letsencrypt/plugins/manual.py index cdbc97aa0..6798c9c92 100644 --- a/letsencrypt/plugins/manual.py +++ b/letsencrypt/plugins/manual.py @@ -162,7 +162,7 @@ binary for temporary key/certificate generation.""".replace("\n", "") else: if not zope.component.getUtility(interfaces.IDisplay).yesno( self.IP_DISCLAIMER, "Yes", "No"): - raise errors.Error("Must agree to proceed") + raise errors.Error("Must agree to IP logging to proceed") self._notify_and_wait(self.MESSAGE_TEMPLATE.format( validation=validation.json_dumps(), response=response,