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

Log Message:
-----------
Consistency

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

Modified: trunk/widgets/org.vexi.widgets/src/vexi/util/redirect.t
===================================================================
--- trunk/widgets/org.vexi.widgets/src/vexi/util/redirect.t     2009-03-24 
05:05:14 UTC (rev 3444)
+++ trunk/widgets/org.vexi.widgets/src/vexi/util/redirect.t     2009-03-24 
05:07:00 UTC (rev 3445)
@@ -74,9 +74,9 @@
             b2[p] ++= targWrite;
         // clean up in the event of failure
         } catch(e) {
-            var m = "redirect failed on property '"+p+"' with error: 
"+e.message;
+            var m = "Redirect failed on property '"+p+"' with error: 
"+e.message;
             if (vexi.debug) throw m;
-            else vexi.log.info(m);
+            else vexi.log.warn(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