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

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


Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/mplayer.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** mplayer.py  1 Sep 2003 19:46:01 -0000       1.14
--- mplayer.py  3 Sep 2003 17:54:38 -0000       1.15
***************
*** 10,13 ****
--- 10,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.15  2003/09/03 17:54:38  dischi
+ # Put logfiles into LOGDIR not $FREEVO_STARTDIR because this variable
+ # doesn't exist anymore.
+ #
  # Revision 1.14  2003/09/01 19:46:01  dischi
  # add menuw to eventhandler, it may be needed
***************
*** 219,225 ****
      def __init__(self, app, item):
          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')
--- 223,228 ----
      def __init__(self, app, item):
          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

Reply via email to