Update of /cvsroot/freevo/freevo/WIP/Thomas
In directory sc8-pr-cvs1:/tmp/cvs-serv28425/WIP/Thomas
Modified Files:
timeshift.py
Log Message:
Put logfiles into LOGDIR not $FREEVO_STARTDIR because this variable
doesn't exist anymore.
Index: timeshift.py
===================================================================
RCS file: /cvsroot/freevo/freevo/WIP/Thomas/timeshift.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** timeshift.py 22 May 2003 19:37:55 -0000 1.4
--- timeshift.py 3 Sep 2003 17:54:39 -0000 1.5
***************
*** 312,318 ****
def __init__(self, app):
if config.MPLAYER_DEBUG:
! startdir = os.environ['FREEVO_STARTDIR']
! fname_out = os.path.join(startdir, 'mplayer_stdout.log')
! fname_err = os.path.join(startdir, 'mplayer_stderr.log')
try:
self.log_stdout = open(fname_out, 'a')
--- 312,317 ----
def __init__(self, app):
if config.MPLAYER_DEBUG:
! fname_out = os.path.join(config.LOGDIR, 'mplayer_stdout.log')
! fname_err = os.path.join(config.LOGDIR, 'mplayer_stderr.log')
try:
self.log_stdout = open(fname_out, 'a')
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog