[Groonga-commit] droonga/express-droonga at 4b5f473 [master] Use start-done pair instead of start-end pair

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Apr 9 17:45:10 JST 2015


YUKI Hiroshi	2015-04-09 17:45:10 +0900 (Thu, 09 Apr 2015)

  New Revision: 4b5f473b85407329774dd0a4156308089d22c120
  https://github.com/droonga/express-droonga/commit/4b5f473b85407329774dd0a4156308089d22c120

  Message:
    Use start-done pair instead of start-end pair

  Modified files:
    lib/droonga-protocol/receiver.js

  Modified: lib/droonga-protocol/receiver.js (+1 -1)
===================================================================
--- lib/droonga-protocol/receiver.js    2015-04-09 17:43:42 +0900 (ecd1d78)
+++ lib/droonga-protocol/receiver.js    2015-04-09 17:45:10 +0900 (cd02006)
@@ -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;
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index