From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp57.i.mail.ru (smtp57.i.mail.ru [217.69.128.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 7F5294765E0 for ; Mon, 28 Dec 2020 14:01:24 +0300 (MSK) Date: Mon, 28 Dec 2020 11:01:20 +0000 From: Kirill Yukhin Message-ID: <20201228110120.sr2xvyy5fwctdcuh@tarantool.org> References: <20201228093021.57321-1-sergepetrenko@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201228093021.57321-1-sergepetrenko@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] box: fix arguments passed to error message List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Serge Petrenko Cc: tarantool-patches@dev.tarantool.org Hello, On 28 Dec 12:30, Serge Petrenko wrote: > box_wait_quorum() had an extraneous argument to error format string. > Remove it. > Found by Coverity. > > CID 1500387 > Follow-up #5435 > --- > sp/coverity-warn > Please, push to 2.6 and master. I've checked your patch into 2.6 and master as obvious. -- Regards, Kirill Yukhin