Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Remove "us" units after CPU ID in slow read/write log warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
nicktindall committed Dec 16, 2021
1 parent 09a4e83 commit 1ad58aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ public boolean action() throws InvalidEventHandlerException {
.append(msg.elapsedNs / 1000)
.append(" us, CPU: ")
.append(Affinity.getCpu())
.append(" us, affinity ")
.append(", affinity ")
.append(Affinity.getAffinity());

// no point grabbing stack trace as thread has moved on
Expand Down

0 comments on commit 1ad58aa

Please sign in to comment.