[Mulgara-svn] r1738 - trunk/src/jar/util/java/org/mulgara/util
pag at mulgara.org
pag at mulgara.org
Fri Jun 26 18:49:08 UTC 2009
Author: pag
Date: 2009-06-26 11:49:07 -0700 (Fri, 26 Jun 2009)
New Revision: 1738
Modified:
trunk/src/jar/util/java/org/mulgara/util/ServerInfoRef.java
Log:
Changed an info message down to debug. I expected this would be rare and notable, but it is common
Modified: trunk/src/jar/util/java/org/mulgara/util/ServerInfoRef.java
===================================================================
--- trunk/src/jar/util/java/org/mulgara/util/ServerInfoRef.java 2009-06-23 07:40:21 UTC (rev 1737)
+++ trunk/src/jar/util/java/org/mulgara/util/ServerInfoRef.java 2009-06-26 18:49:07 UTC (rev 1738)
@@ -138,7 +138,7 @@
return getter.invoke(null, new Object[] { });
} catch (Exception e) {
/* Not much that can be done here */
- logger.info("Unable to get '" + name + "' from Server Info", e);
+ logger.debug("Unable to get '" + name + "' from Server Info", e);
return null;
}
}
More information about the Mulgara-svn
mailing list