Skip to content

Commit

Permalink
Add blockindex to has total log
Browse files Browse the repository at this point in the history
  • Loading branch information
sky1045 committed Jul 26, 2023
1 parent 5a32043 commit 9e5625e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib9c/Action/HackAndSlash.cs
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ public IAccountStateDelta Execute(
Log.Verbose("{AddressesHex} {Source} HAS {Process}: {Elapsed}", addressesHex, source, "Set States", sw.Elapsed.TotalMilliseconds);

var totalElapsed = DateTimeOffset.UtcNow - started;
Log.Verbose("{AddressesHex} {Source} HAS {Process}: {Elapsed}", addressesHex, source, "Total Executed Time", totalElapsed.TotalMilliseconds);
Log.Verbose("{AddressesHex} {Source} HAS {Process}: {Elapsed}, blockIndex: {BlockIndex}", addressesHex, source, "Total Executed Time", totalElapsed.TotalMilliseconds, blockIndex);
return states;
}

Expand Down

0 comments on commit 9e5625e

Please sign in to comment.