From b4a1093c34a830308da360558d51a9e207c7c746 Mon Sep 17 00:00:00 2001 From: James Kasten Date: Mon, 13 Aug 2012 03:34:45 -0400 Subject: [PATCH] Added linebreak --- trustify/client/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trustify/client/client.py b/trustify/client/client.py index b46a3d17b..2b7094cee 100644 --- a/trustify/client/client.py +++ b/trustify/client/client.py @@ -251,7 +251,7 @@ def authenticate(): # Check first if mod_ssl is loaded if not config.check_ssl_loaded(): if curses: - shower.add("Loading mod_ssl into Apache Server") + shower.add("Loading mod_ssl into Apache Server\n") else: print "Loading mod_ssl into Apache Server" config.enable_mod_ssl()