Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv28425/src

Modified Files:
        main.py 
Log Message:
Put logfiles into LOGDIR not $FREEVO_STARTDIR because this variable
doesn't exist anymore.


Index: main.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/main.py,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -d -r1.68 -r1.69
*** main.py     2 Sep 2003 18:39:30 -0000       1.68
--- main.py     3 Sep 2003 17:54:38 -0000       1.69
***************
*** 11,14 ****
--- 11,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.69  2003/09/03 17:54:38  dischi
+ # Put logfiles into LOGDIR not $FREEVO_STARTDIR because this variable
+ # doesn't exist anymore.
+ #
  # Revision 1.68  2003/09/02 18:39:30  dischi
  # turn of x blanking
***************
*** 376,381 ****
          
      if len(sys.argv) >= 2 and sys.argv[1] == '--trace':
!         tracefd = open(os.path.join(os.environ['FREEVO_STARTDIR'],
!                                     'trace.txt'), 'w')
          sys.settrace(tracefunc)
  
--- 380,384 ----
          
      if len(sys.argv) >= 2 and sys.argv[1] == '--trace':
!         tracefd = open(os.path.join(config.LOGDIR, 'trace.txt'), 'w')
          sys.settrace(tracefunc)
  




-------------------------------------------------------
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

Reply via email to