X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp-api%2Fvom%2Fgbp_endpoint_cmds.cpp;h=4f85b7eff4ec857d42c17b834591e79b0b970c3f;hb=0bbe57636732d1eade17c3fe881864d33451cf11;hp=5a8247a425006b266b1c2ea2452d1fb47f6f5554;hpb=7b0b9612eebd0cd5c25f1c4e032638b16f1ee39b;p=vpp.git diff --git a/src/vpp-api/vom/gbp_endpoint_cmds.cpp b/src/vpp-api/vom/gbp_endpoint_cmds.cpp index 5a8247a4250..4f85b7eff4e 100644 --- a/src/vpp-api/vom/gbp_endpoint_cmds.cpp +++ b/src/vpp-api/vom/gbp_endpoint_cmds.cpp @@ -103,7 +103,7 @@ std::string delete_cmd::to_string() const { std::ostringstream s; - s << "gbp-endpoint-create: " << m_hw_item.to_string() << " itf:" << m_itf + s << "gbp-endpoint-delete: " << m_hw_item.to_string() << " itf:" << m_itf << " ip:" << m_ip_addr.to_string(); return (s.str());