diff --git a/src/im/InformationManagerDriver.cc b/src/im/InformationManagerDriver.cc index de1b596b40..4b8dd3ffde 100644 --- a/src/im/InformationManagerDriver.cc +++ b/src/im/InformationManagerDriver.cc @@ -211,6 +211,8 @@ void InformationManagerDriver::protocol(const string& message) const " (" << ds->get_oid() << ") successfully monitored."; NebulaLog::log("ImM", Log::INFO, oss); + + dspool->update(ds); } else {