Update of /cvsroot/freevo/freevo/src/helpers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12342

Modified Files:
        recordserver.py 
Log Message:
Hide some print statements. If these were supposed to go into debug, I can
change that.


Index: recordserver.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/helpers/recordserver.py,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** recordserver.py     28 Jun 2004 20:40:16 -0000      1.48
--- recordserver.py     29 Jun 2004 03:46:54 -0000      1.49
***************
*** 7,10 ****
--- 7,14 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.49  2004/06/29 03:46:54  outlyer
+ # Hide some print statements. If these were supposed to go into debug, I can
+ # change that.
+ #
  # Revision 1.48  2004/06/28 20:40:16  dischi
  # make it possible to switch uid
***************
*** 830,835 ****
  
      def eventNotice(self):
!         print 'RECORDSERVER GOT EVENT NOTICE'
! 
          # Use callLater so that handleEvents will get called the next time
          # through the main loop.
--- 834,838 ----
  
      def eventNotice(self):
!         #print 'RECORDSERVER GOT EVENT NOTICE'
          # Use callLater so that handleEvents will get called the next time
          # through the main loop.
***************
*** 838,843 ****
  
      def handleEvents(self):
!         print 'RECORDSERVER HANDLING EVENT'
! 
          event = rc_object.get_event()
  
--- 841,845 ----
  
      def handleEvents(self):
!         #print 'RECORDSERVER HANDLING EVENT'
          event = rc_object.get_event()
  
***************
*** 899,903 ****
  
              elif event == RECORD_START:
!                 print 'Handling event RECORD_START'
                  prog = event.arg
                  open(tv_lock_file, 'w').close()
--- 901,905 ----
  
              elif event == RECORD_START:
!                 #print 'Handling event RECORD_START'
                  prog = event.arg
                  open(tv_lock_file, 'w').close()
***************
*** 907,911 ****
  
              elif event == RECORD_STOP:
!                 print 'Handling event RECORD_STOP'
                  os.remove(tv_lock_file)
                  prog = event.arg
--- 909,913 ----
  
              elif event == RECORD_STOP:
!                 #print 'Handling event RECORD_STOP'
                  os.remove(tv_lock_file)
                  prog = event.arg



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to