diff --git a/server/src/com/cloud/api/ApiServer.java b/server/src/com/cloud/api/ApiServer.java index 1dd107fce07..6de90f67989 100755 --- a/server/src/com/cloud/api/ApiServer.java +++ b/server/src/com/cloud/api/ApiServer.java @@ -731,7 +731,7 @@ public class ApiServer implements HttpRequestHandler { return; } - throw new CloudAuthenticationException("Unable to find user " + username + " in domain " + domainId); + throw new CloudAuthenticationException("Failed to authenticate user " + username + " in domain " + domainId + "; please provide valid credentials"); } public void logoutUser(long userId) {