1
0
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:
Javier Fontán Muiños 2008-08-19 13:52:57 +00:00
parent edb46f95de
commit 964b30f195

View File

@ -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()));