Skip to content

Commit

Permalink
fix wrong connection output for box API
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Sep 14, 2024
1 parent 6dacd15 commit 506b239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ void server_init(bool test)
if (openConnections != openAPIConnectionsLast)
{
openAPIConnectionsLast = openConnections;
TRACE_INFO("%zu open HTTPS Web connections\r\n", openConnections);
TRACE_INFO("%zu open HTTPS API connections\r\n", openConnections);
}
for (size_t i = 0; i < MAX_OVERLAYS; i++)
{
Expand Down

0 comments on commit 506b239

Please sign in to comment.