Index: /source/ariba/overlay/BaseOverlay.cpp
===================================================================
--- /source/ariba/overlay/BaseOverlay.cpp	(revision 7916)
+++ /source/ariba/overlay/BaseOverlay.cpp	(revision 7933)
@@ -268,5 +268,5 @@
 CommunicationListener* BaseOverlay::getListener( const ServiceID& service ) {
 	if( !communicationListeners.contains( service ) ) {
-		logging_error( "No listener found for service " << service.toString() );
+		logging_info( "No listener found for service " << service.toString() );
 		return NULL;
 	}
