Author: duncan
Date: Sat Oct 14 11:30:43 2006
New Revision: 8366

Modified:
   branches/rel-1-5/freevo/src/config.py

Log:
Added Freevo version to the start up message.

Modified: branches/rel-1-5/freevo/src/config.py
==============================================================================
--- branches/rel-1-5/freevo/src/config.py       (original)
+++ branches/rel-1-5/freevo/src/config.py       Sat Oct 14 11:30:43 2006
@@ -39,7 +39,7 @@
 # with this program; if not, write to the Free Software Foundation, Inc.,
 # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 #
-# ----------------------------------------------------------------------- */
+# -----------------------------------------------------------------------
 
 
 import sys, os, time, re, string, pwd
@@ -261,7 +261,7 @@
     sys.stderr = Logger(sys.argv[0] + ':stderr')
     ts = time.asctime(time.localtime(time.time()))
     sys.stdout.log('-' * 79 + '\n')
-    sys.stdout.log('Freevo start at %s\n' % ts)
+    sys.stdout.log('Freevo (%s) start at %s\n' % (VERSION, ts))
     sys.stdout.log('-' * 79 + '\n')
 
 def _debug_function_(s, level=1):

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to