ice, tls: add logs

Change-Id: Ie0e79bf41803e256c1d6d300acfd6caf30079311
diff --git a/tests/connectionManager.cpp b/tests/connectionManager.cpp
index ef843ef..a4e3759 100644
--- a/tests/connectionManager.cpp
+++ b/tests/connectionManager.cpp
@@ -197,7 +197,7 @@
             //print the error;
         }
     });
-    factory = std::make_unique<IceTransportFactory>();
+    factory = std::make_unique<IceTransportFactory>(logger);
     alice = setupHandler("alice");
     bob = setupHandler("bob");
 }