Do not use Foo.toString() when logging
[ovsdb.git] / library / it / src / test / java / org / opendaylight / ovsdb / integrationtest / ovsdbclient / OvsdbClientTestIT.java
index b45dd96c1dffe1109ed4b9c3508cb6c6978d5121..09c18e1d72a8a79f14e9d88ad3e74d7e63c49678 100644 (file)
@@ -341,7 +341,7 @@ public class OvsdbClientTestIT extends LibraryIntegrationTestBase {
 
         ovs = LibraryIntegrationTestUtils.getTestConnection(this);
         assertNotNull("Failed to get connection to ovsdb node", ovs);
-        LOG.info("Connection Info: {}", ovs.getConnectionInfo().toString());
+        LOG.info("Connection Info: {}", ovs.getConnectionInfo());
         testGetDBs();
         dbSchema = ovs.getSchema(LibraryIntegrationTestUtils.OPEN_VSWITCH).get();
     }