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-04-22 15:50:18 -07:00
parent c9b8e0fcac
commit 3686d50429
+1 -1
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()
}