fix: typo on queryLastChunk logging.

Signed-off-by: SimonCqk <cqk0100@gmail.com>
This commit is contained in:
SimonCqk 2025-04-22 14:25:13 +08:00
parent ee9a5cee0a
commit 0142cd9671

View File

@ -132,7 +132,7 @@ CoTryTask<std::map<flat::ChainId, FileOperation::QueryResult>> FileOperation::qu
}
XLOGF(ERR,
"Failed to quertLastChunk from chain {}, err {}",
"Failed to queryLastChunk from chain {}, err {}",
flat::ChainId(query.routingTarget.chainId),
result.statusCode.error());
ADD_FAILED(queryChunksFailed, result.statusCode.error().code());