[Zodb-checkins] CVS: ZODB3/zdaemon - zdctl.py:1.29
Guido van Rossum
guido@python.org
Thu, 23 Jan 2003 21:44:32 -0500
Update of /cvs-repository/ZODB3/zdaemon
In directory cvs.zope.org:/tmp/cvs-serv7406
Modified Files:
zdctl.py
Log Message:
Clarify logtail error message if no default log file.
=== ZODB3/zdaemon/zdctl.py 1.28 => 1.29 ===
--- ZODB3/zdaemon/zdctl.py:1.28 Thu Jan 23 16:20:28 2003
+++ ZODB3/zdaemon/zdctl.py Thu Jan 23 21:44:29 2003
@@ -390,7 +390,7 @@
if not arg:
arg = self.options.logfile
if not arg:
- print "No default log file specified; use -l or -C"
+ print "No default log file specified; use logtail <logfile>"
return
try:
os.system("tail -f %s" % arg)