8000 log message sent · zerolugithub/rabbitmq-tutorials@d465702 · GitHub
[go: up one dir, main page]

Skip to content

Commit d465702

Browse files
committed
log message sent
1 parent 8752dc3 commit d465702

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/send.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ func main() {
4343
ContentType: "text/plain",
4444
Body: []byte(body),
4545
})
46+
log.Printf(" [x] Sent %s", body)
4647
failOnError(err, "Failed to publish a message")
4748
}

0 commit comments

Comments
 (0)
0