From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f196.google.com (mail-lj1-f196.google.com [209.85.208.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id F175345C316 for ; Tue, 14 Apr 2020 14:58:30 +0300 (MSK) Received: by mail-lj1-f196.google.com with SMTP id v9so5528463ljk.12 for ; Tue, 14 Apr 2020 04:58:30 -0700 (PDT) Date: Tue, 14 Apr 2020 14:58:28 +0300 From: Cyrill Gorcunov Message-ID: <20200414115828.GD3072@uranus> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH 07/12] popen: add logging of duplicated logger fd List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Turenko Cc: tarantool-patches@dev.tarantool.org On Tue, Apr 14, 2020 at 02:38:16PM +0300, Alexander Turenko wrote: > For debugging purposes. > > Part of #4031 Acked-by: Cyrill Gorcunov