This commit is contained in:
Viktor Szakats 2026-03-09 00:48:16 +01:00
parent 486bdf90d8
commit 726920069f
No known key found for this signature in database

View file

@ -1794,7 +1794,7 @@ http_connect_cleanup:
static void http_upgrade(struct sws_httprequest *req)
{
(void)req;
logmsg("Upgraded to ... %u", req->upgrade_request);
logmsg("Upgraded to ... %d", (int)req->upgrade_request);
/* left to implement */
}