yanghui
2021-04-27 1cdf9c1408fc13df677e9f738e59fe46df86fc20
logc.go
@@ -108,7 +108,7 @@
   deliverLog(log, timeout)
}
func deliverLog(l LogPrinter, timeout time.Duration)  {
func deliverLog(l LogPrinter, timeout time.Duration) {
   select {
   case logCh <- l:
      return