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

Modified Files:
        vfs.py 
Log Message:
I'm assuming these were supposed to be debug messages.


Index: vfs.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/vfs.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** vfs.py      7 Dec 2003 11:06:45 -0000       1.3
--- vfs.py      18 Dec 2003 18:21:33 -0000      1.4
***************
*** 17,20 ****
--- 17,23 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.4  2003/12/18 18:21:33  outlyer
+ # I'm assuming these were supposed to be debug messages.
+ #
  # Revision 1.3  2003/12/07 11:06:45  dischi
  # small bugfix
***************
*** 229,234 ****
  
  if not config.OVERLAY_DIR:
!     print 'OVERLAY_DIR not set, virtual filesystem won\'t work'
  else:
!     print 'Virtual filesystem activated'
      
--- 232,237 ----
  
  if not config.OVERLAY_DIR:
!     _debug_('OVERLAY_DIR not set, virtual filesystem won\'t work',1)
  else:
!     _debug_('Virtual filesystem activated',1)
      




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to