Index: source/ariba/overlay/BaseOverlay.cpp
===================================================================
--- source/ariba/overlay/BaseOverlay.cpp	(revision 6854)
+++ source/ariba/overlay/BaseOverlay.cpp	(revision 6866)
@@ -524,10 +524,11 @@
 			logging_warn("Could not send message. No relay hop found to "
 					<< destination)
-					return -1;
+			logging_error("ERROR: " << debugInformation() );
+		//			return -1;
 		}
 	}
 
 	// routed message
-	else {
+	/*else*/ {
 		// no-> relay path! route over overlay path
 		LinkID next_id = overlayInterface->getNextLinkId( destination );
@@ -535,4 +536,5 @@
 			logging_warn("Could not send message. No next hop found to " <<
 					destination );
+			logging_error("ERROR: " << debugInformation() );
 			return -1;
 		}
@@ -548,4 +550,5 @@
 		else {
 			logging_warn("Could not send message. Link not known or up");
+			logging_error("ERROR: " << debugInformation() );
 			return -1;
 		}
