aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api/vom/om.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpp-api/vom/om.cpp')
-rw-r--r--src/vpp-api/vom/om.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vpp-api/vom/om.cpp b/src/vpp-api/vom/om.cpp
index 5ac7e9da44b..edfc046e740 100644
--- a/src/vpp-api/vom/om.cpp
+++ b/src/vpp-api/vom/om.cpp
@@ -15,6 +15,7 @@
#include <algorithm>
+#include "vom/logger.hpp"
#include "vom/om.hpp"
namespace VOM {
@@ -82,6 +83,7 @@ OM::remove(const client_db::key_t& key)
void
OM::replay()
{
+ VOM_LOG(log_level_t::INFO) << "replay";
/*
* the listeners are sorted in dependency order
*/
@@ -106,6 +108,8 @@ OM::dump(std::ostream& os)
void
OM::populate(const client_db::key_t& key)
{
+ VOM_LOG(log_level_t::INFO) << "populate";
+
/*
* the listeners are sorted in dependency order
*/