net[linux]: temporary enable error print.

This commit is contained in:
Shirou WAKAYAMA 2015-09-16 16:24:04 +09:00
parent 8d21be591e
commit 249a761b81
1 changed files with 2 additions and 1 deletions

View File

@ -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
}