API: Cleaning up message naming that does not follow the conventions
[vpp.git] / src / vpp-api / java / jvpp-core / io / fd / vpp / jvpp / core / test / FutureApiTest.java
index 0d7c747..63659f8 100644 (file)
@@ -67,8 +67,8 @@ public class FutureApiTest {
         } else {
             LOG.info(
                 String.format(
-                    "Received empty bridge-domain dump reply with list of bridge-domains: %s, %s",
-                    reply.bridgeDomainDetails, reply.bridgeDomainSwIfDetails));
+                    "Received bridge-domain dump reply with list of bridge-domains: %s",
+                    reply.bridgeDomainDetails));
         }
     }