@@ -160,7 +160,7 @@ func main() {
log.Error("保存文件失败%v", err)
continue
}
- log.Info("保存 完成")
+ log.Info("保存 完成", col)
time.Sleep(time.Minute)
col++