Commit a1c3b215 by Li Feifei

优化代码

parent 7d1a4915
Pipeline #15684 passed with stages
in 34 seconds
...@@ -177,7 +177,7 @@ func (f *ObtainFile) uploadPacked() error { ...@@ -177,7 +177,7 @@ func (f *ObtainFile) uploadPacked() error {
func (f *ObtainFile) Worker(err error) { func (f *ObtainFile) Worker(err error) {
defer func() { defer func() {
if err != nil { if err != nil {
g.Log().Async().Error(err) g.Log().Async().Info(err)
f.err <- err f.err <- err
} else { } else {
f.ok <- true f.ok <- true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment