Skip to content

Commit

Permalink
error cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cjimti committed Nov 27, 2018
1 parent 9792994 commit 2535c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fwdpub/fwdpub.go
Expand Up @@ -21,7 +21,7 @@ func (p *Publisher) Write(b []byte) (int, error) {
strings.TrimSuffix(readLine, "\n")

if p.Output {
fmt.Printf("GOT HERE %s, %s, %s", p.PublisherName, p.ProducerName, readLine)
fmt.Printf("Out: %s, %s, %s", p.PublisherName, p.ProducerName, readLine)
}
return 0, nil
}

0 comments on commit 2535c64

Please sign in to comment.