Skip to content

Commit

Permalink
Update some log output typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhaixian1984 committed Sep 11, 2024
1 parent 8ac2685 commit 8ca58ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/file-retry-task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async function handleRetry(
[maxPinFailedRetryTime],
);

logger.info(`Handle Retry: Mark failed - ${failedResult.changes}; Normal Retry: ${retryableResult.changes}; Seal Failed Retry: ${sealFailedRetryResult.changes}`);
logger.info(`Handle Retry: Mark failed - ${failedResult.changes}; Normal Retry - ${retryableResult.changes}; Seal Failed Retry - ${sealFailedRetryResult.changes}`);
}

export async function createFileRetryTask(
Expand Down

0 comments on commit 8ca58ba

Please sign in to comment.