beam/examples/beamsh: prettier devnull

Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes)
This commit is contained in:
Solomon Hykes 2014-03-25 18:36:22 -07:00
parent bfb13651fa
commit 0dfc004450

View file

@ -87,7 +87,7 @@ func Devnull() (*net.UnixConn, error) {
if err != nil {
return
}
fmt.Fprintf(os.Stderr, "[devnull] discarding '%s'\n", payload)
fmt.Fprintf(os.Stderr, "[devnull] discarding '%s'\n", data.Message(string(payload)).Pretty())
if attachment != nil {
attachment.Close()
}