Author: ruwan Date: Sat May 30 10:41:03 2009 New Revision: 37200 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=37200
Log: Fixing some logs Modified: branches/synapse/1.3-wso2v1/modules/core/src/main/java/org/apache/synapse/registry/RegistryEntryImpl.java Modified: branches/synapse/1.3-wso2v1/modules/core/src/main/java/org/apache/synapse/registry/RegistryEntryImpl.java URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/core/src/main/java/org/apache/synapse/registry/RegistryEntryImpl.java?rev=37200&r1=37199&r2=37200&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/core/src/main/java/org/apache/synapse/registry/RegistryEntryImpl.java (original) +++ branches/synapse/1.3-wso2v1/modules/core/src/main/java/org/apache/synapse/registry/RegistryEntryImpl.java Sat May 30 10:41:03 2009 @@ -72,11 +72,11 @@ try { new ContentType(type); if (log.isDebugEnabled()) { - log.debug("Content type :" + type); + log.debug("Content type : " + type); } this.type = type; } catch (ParseException e) { - String msg = "Invalid content-type ' " + type + " '"; + String msg = "Invalid content-type '" + type + "'"; throw new SynapseException(msg, e); } } _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
