From cb7677488779f9f830bf65f49b54c35aa6938881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Czern=C3=BD?= Date: Mon, 27 Jun 2022 10:21:35 +0200 Subject: [PATCH] Revert "F #5725: Fix typo on hook state to vnets (#2000)" (#2182) This reverts commit e9492240e6221997b3433311186459be772c3d67. --- src/hm/HookStateVirtualNetwork.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hm/HookStateVirtualNetwork.cc b/src/hm/HookStateVirtualNetwork.cc index d7d39b6db9..a11ea56380 100644 --- a/src/hm/HookStateVirtualNetwork.cc +++ b/src/hm/HookStateVirtualNetwork.cc @@ -38,7 +38,7 @@ string HookStateVirtualNetwork::format_message(VirtualNetwork * vn) oss << "" << "STATE" - << "VNET" + << "NET" << "" << VirtualNetwork::state_to_str(vn->get_state()) << "" << "" << vn->get_oid() << "" << vn->to_xml(vn_xml)