From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id BB31B267B0 for ; Tue, 24 Jul 2018 13:37:25 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tbtOVnzYawtR for ; Tue, 24 Jul 2018 13:37:25 -0400 (EDT) Received: from smtp29.i.mail.ru (smtp29.i.mail.ru [94.100.177.89]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 7331C2450F for ; Tue, 24 Jul 2018 13:37:25 -0400 (EDT) Date: Tue, 24 Jul 2018 20:37:23 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] box: removed unnecessary check of log string Message-ID: <20180724173723.s62u2muesmmyf6da@tarantool.org> References: <20180724111935.98428-1-arkholga@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20180724111935.98428-1-arkholga@tarantool.org> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org Cc: Olga Arkhangelskaia Hello, On 24 июл 14:19, Olga Arkhangelskaia wrote: > This check happens twice. The patch simply removes check. > --- > https://github.com/tarantool/tarantool/tree/OKriw/Remove_unnecessary_check I've checked your patch into 2.0 branch. -- Regards, Kirill Yukhin