Update of /cvsroot/modeling/ProjectModeling/Modeling
In directory sc8-pr-cvs1:/tmp/cvs-serv29756/Modeling
Modified Files:
ObjectStoreCoordinator.py
Log Message:
changed a msg. status dbg->warn
Index: ObjectStoreCoordinator.py
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/ObjectStoreCoordinator.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** ObjectStoreCoordinator.py 18 Jul 2003 10:37:41 -0000 1.11
--- ObjectStoreCoordinator.py 20 Jan 2004 16:07:13 -0000 1.12
***************
*** 581,585 ****
exc=StringIO.StringIO()
traceback.print_exc(file=exc)
! debug(exc.getvalue())
del exc
--- 581,585 ----
exc=StringIO.StringIO()
traceback.print_exc(file=exc)
! warn(exc.getvalue())
del exc
|