mirror of https://github.com/apache/cloudstack.git
cloudian: fix logging message
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
2183a4fd68
commit
a327d2de90
|
|
@ -224,8 +224,7 @@ public class CloudianConnectorImpl extends ComponentLifecycleBase implements Clo
|
|||
updateUserAccount(caller, domain, ssoUser);
|
||||
}
|
||||
|
||||
LOG.debug(String.format("Returning generated Cloudian SSO URL for user id=%s, group id=%s", user, group));
|
||||
|
||||
LOG.debug(String.format("Validated Cloudian SSO for Cloudian user id=%s, group id=%s", user, group));
|
||||
return CloudianUtils.generateSSOUrl(getCmcUrl(), user, group, CloudianSsoKey.value());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue