details:   /erp/devel/pi/rev/f7317da0ee23
changeset: 8758:f7317da0ee23
user:      Gorka Ion Damián <gorkaion.damian <at> openbravo.com>
date:      Wed Oct 27 12:30:34 2010 +0200
summary:   Fixed issue 15029.Changed to log4j.info in case there is not 
internet available.

diffstat:

 src/org/openbravo/erpCommon/utility/HttpsUtils.java |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 42f4be6cf1f8 -r f7317da0ee23 
src/org/openbravo/erpCommon/utility/HttpsUtils.java
--- a/src/org/openbravo/erpCommon/utility/HttpsUtils.java       Wed Oct 27 
12:22:53 2010 +0200
+++ b/src/org/openbravo/erpCommon/utility/HttpsUtils.java       Wed Oct 27 
12:30:34 2010 +0200
@@ -238,7 +238,7 @@
         return false;
       }
     } catch (Exception e) {
-      log4j.error("Unable to reach butler.openbravo.com", e);
+      log4j.info("Unable to reach butler.openbravo.com");
       return false;
     }
     return true;

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to