Skip to content

Commit ff6e2cd

Browse files
committed
mqtt: Include queue name in debug published
For symmetry with publish
1 parent 701fa6e commit ff6e2cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mqtt.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Client extends interfaces.MessagingClient
4545
## Sending/Receiving messages
4646
sendTo: (type, queueName, message, callback) ->
4747
published = (err, granted) =>
48-
debug 'published', err, granted
48+
debug 'published', queueName, err, granted
4949
return callback err if err
5050
return callback null
5151
data = JSON.stringify message

0 commit comments

Comments
 (0)