From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f51.google.com (mail-lf1-f51.google.com [209.85.167.51]) (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 E97534765E0 for ; Mon, 28 Dec 2020 12:34:01 +0300 (MSK) Received: by mail-lf1-f51.google.com with SMTP id m25so22536115lfc.11 for ; Mon, 28 Dec 2020 01:34:01 -0800 (PST) Date: Mon, 28 Dec 2020 12:33:58 +0300 From: Cyrill Gorcunov Message-ID: <20201228093358.GI298600@grain> References: <20201228093021.57321-1-sergepetrenko@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 On Mon, Dec 28, 2020 at 12:30:21PM +0300, Serge Petrenko wrote: > box_wait_quorum() had an extraneous argument to error format string. > Remove it. > Found by Coverity. > > CID 1500387 > Follow-up #5435 Ack