提交 249a761b 编写于 作者: S Shirou WAKAYAMA

net[linux]: temporary enable error print.

上级 8d21be59
......@@ -3,6 +3,7 @@
package net
import (
"fmt"
"strconv"
"strings"
......@@ -134,7 +135,7 @@ func NetConnections(kind string) ([]NetConnectionStat, error) {
}
n, err := parseNetLine(rr)
if err != nil {
// fmt.Println(err) // TODO: should debug print?
fmt.Println(err) // TODO: should debug print?
continue
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册