From: Tay R. C. <rc...@us...> - 2005-07-08 07:35:30
|
Update of /cvsroot/actionstep/actionstep/src/org/actionstep In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2086/actionstep/org/actionstep Modified Files: ASUtils.as Log Message: traces caller value as well Index: ASUtils.as =================================================================== RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/ASUtils.as,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** ASUtils.as 29 Jun 2005 08:07:59 -0000 1.12 --- ASUtils.as 8 Jul 2005 07:35:21 -0000 1.13 *************** *** 98,102 **** if(f) break; } ! if(!f) TRACE("not found"); } --- 98,102 ---- if(f) break; } ! if(!f) TRACE("not found: "+caller); } |