diff options
author | Max Romanov <max.romanov@nginx.com> | 2019-02-28 14:37:39 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2019-02-28 14:37:39 +0300 |
commit | b92dc6036cceeecf36d34a3792487adade92d8b6 (patch) | |
tree | d5a8e22bb171f31aef743145293d0778d2d4c675 | |
parent | 0c917b4d348cc9ce78a6d4ad7bd4bddde739f402 (diff) | |
download | unit-b92dc6036cceeecf36d34a3792487adade92d8b6.tar.gz unit-b92dc6036cceeecf36d34a3792487adade92d8b6.tar.bz2 |
Removing app data debug message.
This message produces too many noise in log and complicates analysis.
-rw-r--r-- | src/nxt_router.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nxt_router.c b/src/nxt_router.c index 7cd28416..51c84df9 100644 --- a/src/nxt_router.c +++ b/src/nxt_router.c @@ -3393,10 +3393,6 @@ nxt_router_response_ready_handler(nxt_task_t *task, nxt_port_recv_msg_t *msg, dump_size = 300; } - nxt_debug(task, "%srouter app data (%uz): %*s", - msg->port_msg.last ? "last " : "", msg->size, dump_size, - b->mem.pos); - if (msg->size == 0) { b = NULL; } |