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:
parent
c07abab25d
commit
632b393d14
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user