Log name if Azure file share cannot be created

This commit is contained in:
Ivan Towlson 2017-08-15 13:17:26 +12:00
parent acf7b5715c
commit 0035b40f27

View File

@ -48,7 +48,7 @@ func (az *Cloud) CreateFileShare(name, storageAccount, storageType, location str
err = az.createFileShare(account.Name, key, name, requestGB)
if err != nil {
glog.V(2).Infof("failed to create share in account %s: %v", account.Name, err)
glog.V(2).Infof("failed to create share %s in account %s: %v", name, account.Name, err)
continue
}
glog.V(4).Infof("created share %s in account %s", name, account.Name)