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

Modified Files:
        util.py 
Log Message:
Don't print stuff for every call of md5. 


Index: util.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** util.py     30 Jun 2003 05:07:09 -0000      1.31
--- util.py     30 Jun 2003 20:05:35 -0000      1.32
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.32  2003/06/30 20:05:35  outlyer
+ # Don't print stuff for every call of md5.
+ #
  # Revision 1.31  2003/06/30 05:07:09  outlyer
  # Optionally use fchksum for md5's for a increase in speed.
***************
*** 270,277 ****
          try:
              import fchksum
-             if config.DEBUG: print "Using Optimized MD5 Routines from fchksum"
              return fchksum.fmd5t(filename)[0]
          except ImportError:
-             if config.DEBUG: print "Falling back to Python MD5 routines"
              m = md5.new()
              try:
--- 273,278 ----




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to