Skip to content

Commit 4b1a6e6

Browse files
committed
Better column heading for QTSTTMSG field
1 parent b7f3cd0 commit 4b1a6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/t115/printQTST.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ void printQTST(qtst *p)
3232
ADDU32("Subs_Low_Water_Proxy" , p->qtstzero.qtstslow[2]);
3333

3434
ADDU32("Subs_Expired" , p->qtstzero.qtstsexp);
35-
ADDU32("Total_Pub_Requests" , p->qtstzero.qtsttmsg);
35+
ADDU32("Total_Published_Msg" , p->qtstzero.qtsttmsg);
3636
ADDU32("Single_Sub_High_Water", p->qtstzero.qtstsphw);
3737

3838
ADDU32("Pubs_Total_API" , p->qtstzero.qtstptot[0]);

0 commit comments

Comments
 (0)