Commit 357e4dae authored by Patrick Dowler's avatar Patrick Dowler
Browse files

impove exception message

parent 239b3e93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1123,7 +1123,7 @@ public class GMSClient implements TransferListener
                } 
                if (!domainMatch)
                {
                    throw new AccessControlException("No valid public credentials.");
                    throw new AccessControlException("no SSOCookieCredential for domain " + domain);
                }
            }
            catch(IOException ex)