Revision: 4825
          http://sourceforge.net/p/vexi/code/4825
Author:   mkpg2
Date:     2015-11-10 15:33:49 +0000 (Tue, 10 Nov 2015)
Log Message:
-----------
Debugging. Log rpc java exceptions as warnings.
- may be temporary, probably need to do better handling before taking the logs 
out.

Modified Paths:
--------------
    branches/vexi3/org.vexi-library.js/src/main/jpp/org/ibex/js/XMLRPC.jpp

Modified: branches/vexi3/org.vexi-library.js/src/main/jpp/org/ibex/js/XMLRPC.jpp
===================================================================
--- branches/vexi3/org.vexi-library.js/src/main/jpp/org/ibex/js/XMLRPC.jpp      
2015-11-10 14:04:57 UTC (rev 4824)
+++ branches/vexi3/org.vexi-library.js/src/main/jpp/org/ibex/js/XMLRPC.jpp      
2015-11-10 15:33:49 UTC (rev 4825)
@@ -411,6 +411,8 @@
                 }
             }
         } catch(IOException e) {
+               // warning for now. In theory we should handle all exceptions, 
but this is better than information being lost 
+               logger.warn(XMLRPC.class, e);
             throw new JSExn(JSU.S(e.getMessage()), SC_xmlrpc);            
         }
     }

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


------------------------------------------------------------------------------
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to