generic: minor logging update

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
Evan Hazlett 2015-01-26 00:24:05 -05:00
parent b3a0a4a882
commit 85dac5440a
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ func (d *Driver) SetConfigFromFlags(flags drivers.DriverOptions) error {
}
func (d *Driver) Create() error {
log.Infof("Copying SSH key...")
log.Infof("Importing SSH key...")
if err := utils.CopyFile(d.SSHKey, d.sshKeyPath()); err != nil {
return fmt.Errorf("unable to copy ssh key: %s", err)