未验证 提交 e78e8ed2 编写于 作者: T Thomas Strömberg 提交者: GitHub

Merge pull request #7407 from tstromberg/debug-statement

Remove noisy debug statement from logs
......@@ -208,7 +208,6 @@ func Suggest(options []registry.DriverState) (registry.DriverState, []registry.D
rejects := []registry.DriverState{}
for _, ds := range options {
if ds != pick {
glog.Errorf("%s: %s", ds.Name, ds.Rejection)
if !ds.State.Installed {
ds.Rejection = fmt.Sprintf("Not installed: %v", ds.State.Error)
rejects = append(rejects, ds)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册