Skip to content

Commit

Permalink
cloudian: fix logging message
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Yadav <[email protected]>
  • Loading branch information
rohityadavcloud committed Oct 4, 2017
1 parent 2183a4f commit a327d2d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,7 @@ public String generateSsoUrl() {
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());
}

Expand Down

0 comments on commit a327d2d

Please sign in to comment.