use info instead of infof when no format

This commit is contained in:
zhangmingld
2018-01-29 14:37:08 +08:00
parent 7726877a1e
commit 5a5f7fc42c
5 changed files with 7 additions and 7 deletions

View File

@@ -485,7 +485,7 @@ func (c *BlobDiskController) getAllStorageAccounts() (map[string]*storageAccount
continue
}
if v.Name == nil || v.Sku == nil {
glog.Infof("azureDisk - accountListResult Name or Sku is nil")
glog.Info("azureDisk - accountListResult Name or Sku is nil")
continue
}
glog.Infof("azureDisk - identified account %s as part of shared PVC accounts", *v.Name)