[Zope-Checkins] CVS: Packages/ZEO - runzeo.py:1.15.6.6

Sidnei da Silva sidnei at awkly.org
Wed Apr 13 01:37:35 EDT 2005


Update of /cvs-repository/Packages/ZEO
In directory cvs.zope.org:/tmp/cvs-serv14402

Modified Files:
      Tag: Zope-2_7-branch
	runzeo.py 
Log Message:

- Missing parameter on log call


=== Packages/ZEO/runzeo.py 1.15.6.5 => 1.15.6.6 ===
--- Packages/ZEO/runzeo.py:1.15.6.5	Tue Apr 12 22:54:54 2005
+++ Packages/ZEO/runzeo.py	Wed Apr 13 01:37:34 2005
@@ -310,7 +310,7 @@
                     os.unlink(pidfile)
                     info("removed PID file '%s'" % pidfile)
             except IOError:
-                error("PID file '%s' could not be removed")
+                error("PID file '%s' could not be removed" % pidfile)
 
 # Signal names
 



More information about the Zope-Checkins mailing list