Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pynslcd/pynslcd.py
diff options
context:
space:
mode:
Diffstat (limited to 'pynslcd/pynslcd.py')
-rwxr-xr-xpynslcd/pynslcd.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pynslcd/pynslcd.py b/pynslcd/pynslcd.py
index 1c75cbb..7cd8209 100755
--- a/pynslcd/pynslcd.py
+++ b/pynslcd/pynslcd.py
@@ -272,7 +272,8 @@ if __name__ == '__main__':
sys.exit(1)
# normal check for pidfile locked
if pidfile.is_locked():
- logging.error('daemon may already be active, cannot acquire lock (%s)', config.NSLCD_PIDFILE)
+ logging.error('daemon may already be active, cannot acquire lock (%s)',
+ config.NSLCD_PIDFILE)
sys.exit(1)
# daemonize
if debugging: