Navigation Menu

Skip to content

Commit

Permalink
Use start-done pair instead of start-end pair
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 9, 2015
1 parent 015f916 commit 4b5f473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga-protocol/receiver.js
Expand Up @@ -148,7 +148,7 @@ FluentReceiver.prototype._onMessageReceive = function(packet) {
this.emit(packet[0], entry[1]);
}, this);
}
this._logger.trace('FluentReceiver._onMessageReceive %d: end', this._id);
this._logger.trace('FluentReceiver._onMessageReceive %d: done', this._id);
};

exports.FluentReceiver = FluentReceiver;

0 comments on commit 4b5f473

Please sign in to comment.