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

Modified Files:
        wap_types.py web_types.py 
Log Message:
Inherit DEBUG parameter from config, move some prints into DEBUG


Index: wap_types.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/www/wap_types.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** wap_types.py        2 Sep 2003 22:36:27 -0000       1.1
--- wap_types.py        9 Jan 2004 19:35:49 -0000       1.2
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.2  2004/01/09 19:35:49  outlyer
+ # Inherit DEBUG parameter from config, move some prints into DEBUG
+ #
  # Revision 1.1  2003/09/02 22:36:27  mikeruelle
  # commit bart heremans wap recording page
***************
*** 47,51 ****
  from twisted.web.resource import Resource
  
! DEBUG = 1
  TRUE = 1
  FALSE = 0
--- 50,54 ----
  from twisted.web.resource import Resource
  
! DEBUG = config.DEBUG
  TRUE = 1
  FALSE = 0

Index: web_types.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/www/web_types.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** web_types.py        6 Nov 2003 19:55:28 -0000       1.16
--- web_types.py        9 Jan 2004 19:35:49 -0000       1.17
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.17  2004/01/09 19:35:49  outlyer
+ # Inherit DEBUG parameter from config, move some prints into DEBUG
+ #
  # Revision 1.16  2003/11/06 19:55:28  mikeruelle
  # remove hard links so we can run when proxied
***************
*** 65,69 ****
  from twisted.web.resource import Resource
  
! DEBUG = 1
  TRUE = 1
  FALSE = 0
--- 68,72 ----
  from twisted.web.resource import Resource
  
! DEBUG = config.DEBUG
  TRUE = 1
  FALSE = 0




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to