1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00
(cherry picked from commit 9c09c0d2332f33a62d983c5146b39d9f412c2e2c)
This commit is contained in:
Jaime Melis 2016-07-21 10:22:32 +02:00
parent edff3c7eff
commit e5ff965905

View File

@ -83,7 +83,7 @@ static void monitor_action(
if (result != "SUCCESS")
{
oss << "Error monitoring datastore " << id << ": " << info64;
oss << "Error monitoring marketplace " << id << ": " << info64;
NebulaLog::log("MKP", Log::ERROR, oss);
delete info;