Skip to content

Commit 0863ed6

Browse files
committed
fix: tweak wording on 99th percentile log
1 parent 23c9de5 commit 0863ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/subscriber.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ export class Subscriber extends EventEmitter {
787787

788788
if (ackTimeSeconds > this._99th) {
789789
logs.slowAck.info(
790-
'message (ID %s, ackID %s) ack took longer than the 99th percentile of ack/nack time (%s s)',
790+
'message (ID %s, ackID %s) ack took longer than the 99th percentile of message processing time (%s s)',
791791
message.id,
792792
message.ackId,
793793
ackTimeSeconds,

0 commit comments

Comments
 (0)