summaryrefslogtreecommitdiffstats
path: root/gitautodeploy/gitautodeploy.py
diff options
context:
space:
mode:
authorOliver Poignant <oliver@poignant.se>2016-03-06 21:07:11 +0100
committerOliver Poignant <oliver@poignant.se>2016-03-06 21:07:11 +0100
commita0a3d2fdf85a89650ac39ea6fc2776c1ee530790 (patch)
treea4a183d3f936e0929ae8036cdbfd65744cc24255 /gitautodeploy/gitautodeploy.py
parent3f7a830cdadc82f10bad26b060f2701ed08b34a9 (diff)
downloadGit-Auto-Deploy-a0a3d2fdf85a89650ac39ea6fc2776c1ee530790.zip
Git-Auto-Deploy-a0a3d2fdf85a89650ac39ea6fc2776c1ee530790.tar.gz
Git-Auto-Deploy-a0a3d2fdf85a89650ac39ea6fc2776c1ee530790.tar.bz2
Cleanup.
Diffstat (limited to 'gitautodeploy/gitautodeploy.py')
-rw-r--r--gitautodeploy/gitautodeploy.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitautodeploy/gitautodeploy.py b/gitautodeploy/gitautodeploy.py
index 07677fe..b7934c1 100644
--- a/gitautodeploy/gitautodeploy.py
+++ b/gitautodeploy/gitautodeploy.py
@@ -484,7 +484,7 @@ class GitAutoDeploy(object):
import sys
import logging
logger = logging.getLogger()
- logger.info('\nGoodbye')
+ logger.info('Goodbye')
self.remove_pid_file()
sys.exit(0)
@@ -708,7 +708,7 @@ class GitAutoDeploy(object):
return
elif signum == 2:
- logger.info('\nRequested close by keyboard interrupt signal')
+ logger.info('Requested close by keyboard interrupt signal')
elif signum == 6:
logger.info('Requested close by SIGABRT (process abort signal). Code 6.')