summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Info.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Bcfg2/Server/Info.py')
-rw-r--r--src/lib/Bcfg2/Server/Info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Info.py b/src/lib/Bcfg2/Server/Info.py
index dd1fb1968..a5136f01d 100644
--- a/src/lib/Bcfg2/Server/Info.py
+++ b/src/lib/Bcfg2/Server/Info.py
@@ -690,7 +690,7 @@ class Shell(InfoCmd):
self.core.cmdloop('Welcome to bcfg2-info\n'
'Type "help" for more information')
except KeyboardInterrupt:
- print("Ctrl-C pressed, exiting...")
+ print("\nCtrl-C pressed, exiting...")
class ProfileTemplates(InfoCmd):