Skip to content

Commit d0883ba

Browse files
authored
fix: typo on queryLastChunk logging. (#253)
Signed-off-by: SimonCqk <[email protected]>
1 parent ee9a5ce commit d0883ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fbs/meta/FileOperation.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ CoTryTask<std::map<flat::ChainId, FileOperation::QueryResult>> FileOperation::qu
132132
}
133133

134134
XLOGF(ERR,
135-
"Failed to quertLastChunk from chain {}, err {}",
135+
"Failed to queryLastChunk from chain {}, err {}",
136136
flat::ChainId(query.routingTarget.chainId),
137137
result.statusCode.error());
138138
ADD_FAILED(queryChunksFailed, result.statusCode.error().code());

0 commit comments

Comments
 (0)