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

Fix error when marketplace driver produce a parsing error.

(cherry picked from commit 63e736ab3de29f3db69d4f02e96985f115e5e961)
This commit is contained in:
Ruben S. Montero 2016-06-30 12:22:30 +02:00
parent c07abab25d
commit 632b393d14

View File

@ -112,7 +112,7 @@ static void monitor_action(
if ( rc != 0 )
{
oss << "Error parsing marketplace information: " << error_msg
<< ". Monitoring information: " << endl << *info;
<< ". Monitoring information: " << endl << info64;
NebulaLog::log("MKP", Log::ERROR, oss);