Author: dmeyer
Date: Thu Jun 28 09:10:41 2007
New Revision: 2736
Modified:
trunk/beacon/bin/beacon
Log:
make absolute logfile path because we change directories
Modified: trunk/beacon/bin/beacon
==============================================================================
--- trunk/beacon/bin/beacon (original)
+++ trunk/beacon/bin/beacon Thu Jun 28 09:10:41 2007
@@ -164,7 +164,7 @@
elif o == '--autoshutdown':
shutdown = True
elif o == '--logfile':
- logfile = a
+ logfile = os.path.realpath(a)
elif o == '--verbose':
a = a.lower()
if a == 'all':
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog