Skip to content

Commit

Permalink
improve(finalizer#cctp): clearer logs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed May 13, 2024
1 parent 2e4ae36 commit 54d6722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/finalizer/utils/cctp/l1ToL2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export async function cctpL1toL2Finalizer(
);
logger.debug({
at: `Finalizer#CCTPL1ToL2Finalizer:${spokePoolClient.chainId}`,
message: `Detected ${unprocessedMessages.length} ready to finalize messages`,
message: `Detected ${unprocessedMessages.length} ready to finalize messages for CCTP L1 to ${spokePoolClient.chainId}`,
statusesGrouped,
});

Expand Down
2 changes: 1 addition & 1 deletion src/finalizer/utils/cctp/l2ToL1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export async function cctpL2toL1Finalizer(
);
logger.debug({
at: `Finalizer#CCTPL2ToL1Finalizer:${spokePoolClient.chainId}`,
message: `Detected ${unprocessedMessages.length} ready to finalize messages`,
message: `Detected ${unprocessedMessages.length} ready to finalize messages for CCTP ${spokePoolClient.chainId} to L1`,
statusesGrouped,
});

Expand Down

0 comments on commit 54d6722

Please sign in to comment.