This commit is contained in:
mattes 2015-02-04 21:49:59 +01:00
parent bf81444464
commit e72d592ef5
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ func (driver *Driver) Initialize(rawurl string) error {
password, passwordSet := u.User.Password()
if passwordSet == false {
return fmt.Errorf("Missing password. Please provide password")
return fmt.Errorf("Missing password. Please provide password.")
}
cluster.Authenticator = gocql.PasswordAuthenticator{