Skip to content

Commit 3170604

Browse files
committed
[dev] modified some key words.
1 parent 5ab666f commit 3170604

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ngx_rtmp_stat_module.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,11 +1161,11 @@ ngx_rtmp_stat_application_recorders(ngx_http_request_t *r, ngx_chain_t ***lll,
11611161
"%ui", racf->rec.nelts) - buf);
11621162
NGX_RTMP_STAT_L("</count>\r\n");
11631163
} else {
1164-
NGX_RTMP_STAT_L(",\"recorder\":{");
1164+
NGX_RTMP_STAT_L(",\"recorders\":{");
11651165
NGX_RTMP_STAT_L("\"count\":");
11661166
NGX_RTMP_STAT(buf, ngx_snprintf(buf, sizeof(buf),
11671167
"%ui", racf->rec.nelts) - buf);
1168-
NGX_RTMP_STAT_L(",\"list\":[");
1168+
NGX_RTMP_STAT_L(",\"lists\":[");
11691169
}
11701170

11711171
rracf = racf->rec.elts;

stat.xsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
</tr>
4646
<tr>
4747
<td colspan="2">Accepted: <xsl:value-of select="naccepted"/></td>
48-
<th bgcolor="#999999">list</th>
49-
<th bgcolor="#999999">count</th>
48+
<th bgcolor="#999999">lists</th>
49+
<th bgcolor="#999999">#count</th>
5050
<th bgcolor="#999999">port</th>
5151
<th bgcolor="#999999">index</th>
5252
<th bgcolor="#999999">codec</th>

0 commit comments

Comments
 (0)