We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701fa6e commit ff6e2cdCopy full SHA for ff6e2cd
1 file changed
src/mqtt.coffee
@@ -45,7 +45,7 @@ class Client extends interfaces.MessagingClient
45
## Sending/Receiving messages
46
sendTo: (type, queueName, message, callback) ->
47
published = (err, granted) =>
48
- debug 'published', err, granted
+ debug 'published', queueName, err, granted
49
return callback err if err
50
return callback null
51
data = JSON.stringify message
0 commit comments