1
0
mirror of https://github.com/pcvolkmer/docker-pps.git synced 2025-04-19 17:56:50 +00:00

Log connection errors

This commit is contained in:
Paul-Christian Volkmer 2023-01-01 17:58:50 +01:00
parent c9712d8876
commit 7999bc6b8f

View File

@ -65,6 +65,8 @@ func main() {
return
}
printTable(processes)
} else {
log.Println(err)
}
}