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

Conform notation from documentation

This commit is contained in:
Ruben S. Montero 2018-02-02 18:31:35 +01:00
parent e504f4d028
commit 21a11b5b58

View File

@ -514,7 +514,7 @@ void UserLogin::request_execute(xmlrpc_c::paramList const& paramList,
if ( egid == -1 && user->get_groups() != att.group_ids )
{
att.resp_msg = "Cannot request unscoped token from scoped token";
att.resp_msg = "Cannot create a full token with a specific group token";
failure_response(XML_RPC_API, att);
user->unlock();