k3s/cmd/kube-controller-manager
Eric Paris 8e7d14196f Fix printing errors from failed binary runs
I had the kublet die on startup and the only error was "0x401da0"  Which
I assume is an address of the err.Error function.  The other way to fix
this, I think, would be to use err.Error(), however that could cause
fmt.Fprintf() problems, debuging on the error message people used.

Now I get a nice clean error I can understand:

"cAdvisor.New() err = mountpoint for cpu not found"
2015-04-10 17:56:47 -04:00
..
app Performance change to option enable client.QPS, client.Burst 2015-04-10 07:53:54 -05:00
controller-manager.go Fix printing errors from failed binary runs 2015-04-10 17:56:47 -04:00