mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-12 08:58:17 +03:00
Bug in log code
git-svn-id: http://svn.opennebula.org/trunk@85 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
parent
edb46f95de
commit
964b30f195
@ -68,7 +68,7 @@ void RequestManager::HostDelete::execute(
|
||||
error_host_get:
|
||||
|
||||
oss << "Error getting host with HID = " <<hid;
|
||||
Nebula::log ("Rem",log::Error,oss);
|
||||
Nebula::log ("Rem",Log::ERROR,oss);
|
||||
|
||||
arrayData.push_back(xmlrpc_c::value_boolean(false)); // FAILURE
|
||||
arrayData.push_back(xmlrpc_c::value_string(oss.str()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user