Index: source/ariba/utility/system/StartupWrapper.cpp
===================================================================
--- source/ariba/utility/system/StartupWrapper.cpp	(revision 5432)
+++ source/ariba/utility/system/StartupWrapper.cpp	(revision 5435)
@@ -122,6 +122,9 @@
 			log4cxx::LoggerPtr logger(log4cxx::Logger::getLogger("BluetoothSdp"));
 			logger->setLevel(log4cxx::Level::getDebug());
-	}
-	 */
+	}*/
+	{
+			log4cxx::LoggerPtr logger(log4cxx::Logger::getLogger("rfcomm"));
+			logger->setLevel(log4cxx::Level::getAll());
+	}
 
 	//$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
Index: source/ariba/utility/transport/rfcomm/rfcomm.cpp
===================================================================
--- source/ariba/utility/transport/rfcomm/rfcomm.cpp	(revision 5432)
+++ source/ariba/utility/transport/rfcomm/rfcomm.cpp	(revision 5435)
@@ -139,5 +139,5 @@
 		logging_debug( "Connecting to " << endpoint.to_string() );
 		if (info != NULL && (!info->up || !info->socket->is_open())) {
-			logging_debug("Old link is down. Trying to re-establish link.");
+			logging_error("Old link is down. Trying to re-establish link.");
 			info->reinit();
 		} else {
