coreos / torus

Torus Distributed Storage
https://coreos.com/blog/torus-distributed-storage-by-coreos.html
Apache License 2.0
1.77k stars 172 forks source link

tdp: tiny: improve error messages in tdp #432

Closed nak3 closed 7 years ago

nak3 commented 7 years ago

This patch changes the error messages in tdp to use clog rather than fmt.Println.

xiang90 commented 7 years ago

notice usually indicates a condition or state change. For transient failures, it is better to use warn I think.

nak3 commented 7 years ago

Thank you. I upderstood and updated them.

xiang90 commented 7 years ago

lgtm