You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2016/04/13 16:41:17 UTC

svn commit: r1738951 - /comdev/reporter.apache.org/trunk/scripts/scandist.py

Author: sebb
Date: Wed Apr 13 14:41:17 2016
New Revision: 1738951

URL: http://svn.apache.org/viewvc?rev=1738951&view=rev
Log:
Tweak

Modified:
    comdev/reporter.apache.org/trunk/scripts/scandist.py

Modified: comdev/reporter.apache.org/trunk/scripts/scandist.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/scandist.py?rev=1738951&r1=1738950&r2=1738951&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scripts/scandist.py (original)
+++ comdev/reporter.apache.org/trunk/scripts/scandist.py Wed Apr 13 14:41:17 2016
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 #################################################
 # scandist.py: a minimalistic svnwcsub program  #
 #################################################
@@ -102,6 +100,7 @@ class daemon:
                 logger.info("Created %s", self.pidfile)
         
         def delpid(self):
+                logger.info("Removing %s", self.pidfile)
                 os.remove(self.pidfile)
 
         def start(self):