You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2004/05/05 17:56:24 UTC

cvs commit: gump/python/gump/utils sync.py

ajack       2004/05/05 08:56:24

  Modified:    python/gump/utils sync.py
  Log:
  Too verbose.
  
  Revision  Changes    Path
  1.11      +4 -4      gump/python/gump/utils/sync.py
  
  Index: sync.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/utils/sync.py,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- sync.py	22 Apr 2004 22:58:15 -0000	1.10
  +++ sync.py	5 May 2004 15:56:24 -0000	1.11
  @@ -221,10 +221,10 @@
           if performCopy:
               log.debug("Attempting copy from [%s] to [%s]" %(`srcname`, `dstname`))    
               shutil.copy2(srcname, dstname)    
  -        else:
  -            log.debug("Do not copy from [%s:%s] to [%s:%s]" \
  -                        %(`srcname`, `sourceStat`, `dstname`,`destinationStat`))
  -                
  +        #else:
  +        #    log.debug("Do not copy from [%s:%s] to [%s:%s]" \
  +        #                %(`srcname`, `sourceStat`, `dstname`,`destinationStat`))
  +        #        
   
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org