From 3926c19b2378d3e59ab3811e904d30a7ba212648 Mon Sep 17 00:00:00 2001 From: xufei Date: Tue, 9 Jul 2024 09:15:08 +0800 Subject: [PATCH] fix fmt error Signed-off-by: xufei --- dbms/src/Flash/Coprocessor/DAGStorageInterpreter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbms/src/Flash/Coprocessor/DAGStorageInterpreter.cpp b/dbms/src/Flash/Coprocessor/DAGStorageInterpreter.cpp index 3a4f3caa966..4a3fcb674f8 100644 --- a/dbms/src/Flash/Coprocessor/DAGStorageInterpreter.cpp +++ b/dbms/src/Flash/Coprocessor/DAGStorageInterpreter.cpp @@ -168,7 +168,7 @@ std::tuple, RegionException::RegionReadStatus> Ma throw TiFlashException( Errors::Coprocessor::BadRequest, "Income key ranges is illegal, region_id={} version={} conf_version={} request_range=[{}, " - "{}) region_range=[{}, {}}", + "{}) region_range=[{}, {}]", r.region_id, r.region_version, r.region_conf_version,