1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Feature #1678: Bug in ImageManagerDriver::process_poll

This commit is contained in:
Carlos Martín 2013-10-21 18:01:57 +02:00
parent da7aa6117b
commit 513c4f155a

View File

@ -680,8 +680,6 @@ void ImageManagerDriver::process_poll(Datastore* ds, const string &monitor_str)
oss << "Datastore " << ds->get_cluster_name()
<< " (" << ds->get_oid() << ") successfully monitored.";
ds->unlock();
NebulaLog::log("ImM", Log::INFO, oss);
}