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

F #1640: Add host id information on error message

This commit is contained in:
Christian González 2019-02-20 12:13:00 +01:00 committed by Ruben S. Montero
parent ec43d184d1
commit 0a07f6015e

View File

@ -188,7 +188,7 @@ int Host::extract_ds_info(
{
ostringstream ess;
ess << "Error parsing host information: " << error_msg
ess << "Error parsing host " << oid << " information: " << error_msg
<< ". Monitoring information: " << endl << parse_str;
NebulaLog::log("ONE", Log::ERROR, ess);