Skip to content

Commit

Permalink
chore(pfm): update log line to match function name (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuqiPan authored May 2, 2024
1 parent 8e64543 commit e9b46e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ func (im IBCMiddleware) OnTimeoutPacket(ctx sdk.Context, packet channeltypes.Pac
return im.app.OnTimeoutPacket(ctx, packet, relayer)
}

im.keeper.Logger(ctx).Debug("packetForwardMiddleware OnAcknowledgementPacket",
im.keeper.Logger(ctx).Debug("packetForwardMiddleware OnTimeoutPacket",
"sequence", packet.Sequence,
"src-channel", packet.SourceChannel, "src-port", packet.SourcePort,
"dst-channel", packet.DestinationChannel, "dst-port", packet.DestinationPort,
Expand Down

0 comments on commit e9b46e4

Please sign in to comment.