Navigation Menu

Skip to content

Commit

Permalink
Output sending message for silliy logs
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 20, 2015
1 parent fd18f00 commit 0e76e9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/droonga-protocol/connection.js
Expand Up @@ -241,6 +241,9 @@ Connection.prototype.emitMessage = function(type, body, callback, options) {
else if (typeof this.defaultTimeout == 'number')
envelope.timeout = this.defaultTimeout;

this._logger.trace('emitMessage: trying to send message: ',
envelope);

var sendingMessages = { type: type };
if (callback) {
sendingMessages.callback = callback;
Expand Down

0 comments on commit 0e76e9a

Please sign in to comment.