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 A95B86EC56; Tue, 4 May 2021 19:01:40 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org A95B86EC56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1620144100; bh=k0Qt7fFwOvWQ+csiA8fvgX9AkJI86L66GCxq7JDNeio=; 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=Tbof+XyAK0ffy9w3HRbEeUg8rWAD+TTnvFtEY8KUlbLYNEv6D5b9ydTsTKJuFKpVV HxoaXgpcZ0Whbyjv1ExBq7MR5LEb4WsH2v21CR1ra6KdfnCaXLsSSfuTe59k63orV0 JOzNlphxr677lu40rjfUlj/oPSYIQkNFYxEPkojs= Received: from mail-lj1-f180.google.com (mail-lj1-f180.google.com [209.85.208.180]) (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 AB15F6EC56 for ; Tue, 4 May 2021 19:01:03 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org AB15F6EC56 Received: by mail-lj1-f180.google.com with SMTP id a36so11791708ljq.8 for ; Tue, 04 May 2021 09:01:03 -0700 (PDT) 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=5SI177PyYlLCTQFI8xX7J5MaHvX/CKgiPB2f4a6NyNo=; b=cnedYexAEmdwrBIgIRDoZ1fxLL31o4g8+xO+4mc/q0QLkOE2j8qo5XjU5sYo7EFU9L 9henzUPcUQz1ayqTB2SzPOSQcOaJBL5caBgS15mBr7bkIdMNPqBOq0FLD7Lm6EQDUiuI SON6itHst1RgbrVqykTu/HfZPovRrM2p8VOUG+6t9IIGlbt1Wcus1ZQwhHdPbhFhy/j7 jChqljRsJI0puYk55GXS5sSKJ/fTIOap9wG5lap8Cq9oz1fa37IWqQcqn5tivo+5uFyX uCL0ATpn6WUFvBay8U8rqfqIEqj+4ltqkZIadvShMp5xBZVybrVaiTrfWlMsH54dnqHi phMg== X-Gm-Message-State: AOAM533cTbdhrsmWjc+brYv8Cy4DF9ru46UEEpe3+VIr42LZF5YjdUGH ebne2+ngUtfPgNhmd0A15bonpRcZLnY= X-Google-Smtp-Source: ABdhPJxx/cC0IViB9OKb/g7N2Czh/WGqM+2yGRk9/t2YBkuzR8cLo0NZ7dSlpmYkMsX6X8RwPX4x/A== X-Received: by 2002:a2e:3a16:: with SMTP id h22mr17868400lja.434.1620144062698; Tue, 04 May 2021 09:01:02 -0700 (PDT) Received: from grain.localdomain ([5.18.199.94]) by smtp.gmail.com with ESMTPSA id x207sm298269lff.234.2021.05.04.09.01.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 04 May 2021 09:01:01 -0700 (PDT) Received: by grain.localdomain (Postfix, from userid 1000) id 062525601D6; Tue, 4 May 2021 18:58:21 +0300 (MSK) To: tml Date: Tue, 4 May 2021 18:58:15 +0300 Message-Id: <20210504155819.290874-7-gorcunov@gmail.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210504155819.290874-1-gorcunov@gmail.com> References: <20210504155819.290874-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v3 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 7d8324a52..917b75f93 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.30.2