Remove extra newline.

This commit is contained in:
Jacob Hoffman-Andrews
2015-09-28 11:58:12 -07:00
parent a7375eb549
commit 27268afdcc
+1 -1
View File
@@ -183,7 +183,7 @@ binary for temporary key/certificate generation.""".replace("\n", "")
return response
else:
logger.error(
"Self-verify of challenge failed, authorization abandoned.\n")
"Self-verify of challenge failed, authorization abandoned.")
if self.conf("test-mode") and self._httpd.poll() is not None:
# simply verify cause command failure...
return False