镜像自地址
https://github.com/tuna/tunasync.git
已同步 2025-12-06 06:26:46 +00:00
Use logger to print some debug messages than fmt.print
这个提交包含在:
@@ -96,7 +96,7 @@ func (p *cmdProvider) Run() error {
|
||||
}
|
||||
if p.failOnMatch != nil {
|
||||
matches, err := internal.FindAllSubmatchInFile(p.LogFile(), p.failOnMatch)
|
||||
fmt.Printf("FindAllSubmatchInFile: %q\n", matches)
|
||||
logger.Infof("FindAllSubmatchInFile: %q\n", matches)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
在新工单中引用
屏蔽一个用户