Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pynslcd/pynslcd.py
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2012-01-20 21:08:30 +0100
committerArthur de Jong <arthur@arthurdejong.org>2012-01-20 21:08:30 +0100
commit0a8ff1c61c193b17b04adb0c3ced239846be855d (patch)
tree25406ab11f6976d4ab9c66b8c6878ccd2052cae4 /pynslcd/pynslcd.py
parentb18031b39fed025b4252a9b026a53517c5cca868 (diff)
formatting fixes
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1611 ef36b2f9-881f-0410-afb5-c4e39611909c
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: