You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2009/09/03 10:55:56 UTC

svn commit: r810831 - /tuscany/java/sca/modules/endpoint/src/main/java/org/apache/tuscany/sca/endpoint/impl/EndpointRegistryImpl.java

Author: antelder
Date: Thu Sep  3 08:55:55 2009
New Revision: 810831

URL: http://svn.apache.org/viewvc?rev=810831&view=rev
Log:
Change a couple more log messages to fine so as to not clutter up the console output

Modified:
    tuscany/java/sca/modules/endpoint/src/main/java/org/apache/tuscany/sca/endpoint/impl/EndpointRegistryImpl.java

Modified: tuscany/java/sca/modules/endpoint/src/main/java/org/apache/tuscany/sca/endpoint/impl/EndpointRegistryImpl.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/endpoint/src/main/java/org/apache/tuscany/sca/endpoint/impl/EndpointRegistryImpl.java?rev=810831&r1=810830&r2=810831&view=diff
==============================================================================
--- tuscany/java/sca/modules/endpoint/src/main/java/org/apache/tuscany/sca/endpoint/impl/EndpointRegistryImpl.java (original)
+++ tuscany/java/sca/modules/endpoint/src/main/java/org/apache/tuscany/sca/endpoint/impl/EndpointRegistryImpl.java Thu Sep  3 08:55:55 2009
@@ -116,7 +116,7 @@
                     // TODO: implement more complete matching
                     if (matches(targetEndpoint.getURI(), endpoint.getURI())) {
                         foundEndpoints.add(endpoint);
-                        logger.info("Found endpoint with matching service  - " + endpoint);
+                        logger.fine("Found endpoint with matching service  - " + endpoint);
                     }
                     // else the service name doesn't match
                 }