Revision: 3444
          http://vexi.svn.sourceforge.net/vexi/?rev=3444&view=rev
Author:   clrg
Date:     2009-03-24 05:05:14 +0000 (Tue, 24 Mar 2009)

Log Message:
-----------
Noise reduction

Modified Paths:
--------------
    trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/numfield.t
    trunk/widgets/org.vexi.widgets/src/vexi/util/redirect.t

Modified: trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/numfield.t
===================================================================
--- trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/numfield.t   
2009-03-24 04:38:26 UTC (rev 3443)
+++ trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/numfield.t   
2009-03-24 05:05:14 UTC (rev 3444)
@@ -52,7 +52,7 @@
         if (e.select) {
             cascade = v;
             if (!e.select) {
-                try { t.value = e.text; } catch(e) { vexi.log.info(e); }
+                try { t.value = e.text; } catch(e) { if (vexi.debug) 
vexi.log.info(e); }
             }
             return;
         }

Modified: trunk/widgets/org.vexi.widgets/src/vexi/util/redirect.t
===================================================================
--- trunk/widgets/org.vexi.widgets/src/vexi/util/redirect.t     2009-03-24 
04:38:26 UTC (rev 3443)
+++ trunk/widgets/org.vexi.widgets/src/vexi/util/redirect.t     2009-03-24 
05:05:14 UTC (rev 3444)
@@ -74,7 +74,9 @@
             b2[p] ++= targWrite;
         // clean up in the event of failure
         } catch(e) {
-            vexi.log.info("redirect failed on property '"+p+"' with error: 
"+e);
+            var m = "redirect failed on property '"+p+"' with error: 
"+e.message;
+            if (vexi.debug) throw m;
+            else vexi.log.info(m);
             b1[p] --= mainWrite;
             b1[p] --= mainRead;
             b2[p] --= targWrite;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to