From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f68.google.com (mail-lf1-f68.google.com [209.85.167.68]) (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 DC0F645C316 for ; Tue, 14 Apr 2020 14:52:09 +0300 (MSK) Received: by mail-lf1-f68.google.com with SMTP id t11so9128270lfe.4 for ; Tue, 14 Apr 2020 04:52:09 -0700 (PDT) Date: Tue, 14 Apr 2020 14:52:06 +0300 From: Cyrill Gorcunov Message-ID: <20200414115206.GZ3072@uranus> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH 03/12] popen: log a reason of close inherited fds failure 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:12PM +0300, Alexander Turenko wrote: > This information may be useful for debuggging. > > Part of #4031 Acked-by: Cyrill Gorcunov