[Groonga-commit] droonga/express-droonga at 0e76e9a [master] Output sending message for silliy logs

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Apr 20 16:04:36 JST 2015


YUKI Hiroshi	2015-04-20 16:04:36 +0900 (Mon, 20 Apr 2015)

  New Revision: 0e76e9ab21dc99443b234cee469aa6975ed638aa
  https://github.com/droonga/express-droonga/commit/0e76e9ab21dc99443b234cee469aa6975ed638aa

  Message:
    Output sending message for silliy logs

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

  Modified: lib/droonga-protocol/connection.js (+3 -0)
===================================================================
--- lib/droonga-protocol/connection.js    2015-04-20 15:46:21 +0900 (a693867)
+++ lib/droonga-protocol/connection.js    2015-04-20 16:04:36 +0900 (c90cc6c)
@@ -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;
-------------- next part --------------
HTML����������������������������...
Download 



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