From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from [87.239.111.99] (localhost [127.0.0.1]) by dev.tarantool.org (Postfix) with ESMTP id 66BB270202; Wed, 24 Feb 2021 18:39:33 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 66BB270202 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1614181173; bh=drO92NIv5X6Ne2tDZ/6ZUmMNZmUdgPYPTaPWeNHIjnQ=; h=To:Date:In-Reply-To:References:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=DPkYKqvmMiIw2fBNuPci2Hnhp3/jnLJ42pKlFw/jGVSEigJegkaAV2RAs+lYAGZ89 KOQSVUR3WdO3kAqZvIAzsZX+5swLEjp9itywGwzy/nlxXtgAKAGo0wrHMD0LLUL1BW +bUYuRWEKfoTustB2t43fJF+jPdYe5gBXpiwA1P8= Received: from mail-lj1-f171.google.com (mail-lj1-f171.google.com [209.85.208.171]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id A025E71826 for ; Wed, 24 Feb 2021 18:37:42 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org A025E71826 Received: by mail-lj1-f171.google.com with SMTP id g1so2838387ljj.13 for ; Wed, 24 Feb 2021 07:37:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=siVObnzLYjNRxgcTbXtAqdHwdSpGSnEwZE1AGF56768=; b=X5ztiebYVSNXU2BS88Jc8woWeNQ2E8TJpe8k37K+U/jFRilbqE3+0WFT0oV7V0bGwQ VCSS3jOGGSzMIHIPnLs8yehVXxMwcZtNIdpMs1vrBXySw4sqj7HWKf7hIhOhT30rQ/MZ WPVwkEc9XcLBP7CxRy48of1hsfpHG86gujf6uMXaFV0erd5NjWBq3xioRos0EXtrAZYd iTraiVcYw0wGM/jRV4tAzcCc9QizO2j5aV0P5rLI56KPOTdkdD9sCqp8hF+eiFk8FVit P3LigOfHp3hgit3M6p37k6B0GnxZ6XIOe2DN/pQgf0pvOJThyWoOMo2txJECQbaKIe1G sAVg== X-Gm-Message-State: AOAM5307qIZgiSeVJK1BAgP3xhxCwd8mS5EcKv7/MlIzSR+IPN8SFIgK DTX/nS+waf6JVTwZi9ZMPRAVF3VFyt1n9w== X-Google-Smtp-Source: ABdhPJzBBcVwcbL6pk+/pz8rLihcB33+mzaEBCmcP5FeDAQpc5DKjggWdxEeGKUNR7U7kV7oYHzKjg== X-Received: by 2002:a05:651c:1355:: with SMTP id j21mr19817048ljb.165.1614181061549; Wed, 24 Feb 2021 07:37:41 -0800 (PST) Received: from grain.localdomain ([5.18.171.94]) by smtp.gmail.com with ESMTPSA id q3sm563413lfm.150.2021.02.24.07.37.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 24 Feb 2021 07:37:40 -0800 (PST) Received: by grain.localdomain (Postfix, from userid 1000) id D84C45601CC; Wed, 24 Feb 2021 18:36:28 +0300 (MSK) To: tml Date: Wed, 24 Feb 2021 18:36:22 +0300 Message-Id: <20210224153626.121506-7-gorcunov@gmail.com> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210224153626.121506-1-gorcunov@gmail.com> References: <20210222182030.76232-1-gorcunov@gmail.com> <20210224153626.121506-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v2 06/10] box/vynil: fix say_x format X-BeenThere: tarantool-patches@dev.tarantool.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Cyrill Gorcunov via Tarantool-patches Reply-To: Cyrill Gorcunov Cc: Vladislav Shpilevoy Errors-To: tarantool-patches-bounces@dev.tarantool.org Sender: "Tarantool-patches" Drop redundant "%s" from format. Part-of #5846 Signed-off-by: Cyrill Gorcunov --- src/box/vy_scheduler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/box/vy_scheduler.c b/src/box/vy_scheduler.c index b641dd9b8..6f6e9c340 100644 --- a/src/box/vy_scheduler.c +++ b/src/box/vy_scheduler.c @@ -1714,7 +1714,7 @@ vy_task_compaction_new(struct vy_scheduler *scheduler, struct vy_worker *worker, vy_task_delete(task); err_task: diag_log(); - say_error("%s: could not start compacting range %s: %s", + say_error("%s: could not start compacting range %s", vy_lsm_name(lsm), vy_range_str(range)); return -1; } -- 2.29.2