diff --git a/core/core.go b/core/core.go index 157397e..ecf32ce 100644 --- a/core/core.go +++ b/core/core.go @@ -87,7 +87,7 @@ func WriteLogProcess(cr *Core) { for { wg := <-cr.WriteLogChan go func(wg *WriteLog) { - fmt.Println("start writelog: " + wg.Id) + fmt.Println("start writelog: " + wg.Tag + " " + wg.Id) wg.Process(cr) }(wg) } diff --git a/tunas b/tunas index e2dcac2..167bbc9 100755 Binary files a/tunas and b/tunas differ