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