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

Feature #552: Small fix

This commit is contained in:
Carlos Martín 2011-04-06 15:02:54 +02:00
parent fd6a54392b
commit ec31ba2b51

View File

@ -65,7 +65,7 @@ error_common:
oss.str(authenticate_error(method_name));
arrayData.push_back(xmlrpc_c::value_boolean(false)); // FAILURE
arrayData.push_back(xmlrpc_c::value_string( authenticate_error(method_name) );
arrayData.push_back(xmlrpc_c::value_string(authenticate_error(method_name)));
NebulaLog::log("ReM",Log::ERROR,oss);