avformat: rtsp: fix log message formatting

This commit is contained in:
Marvin Scholz
2025-10-10 17:46:30 +02:00
parent b59471f8c8
commit 5daa45fa01

View File

@@ -1499,7 +1499,7 @@ retry:
goto retry;
if (reply->status_code > 400){
av_log(s, AV_LOG_ERROR, "method %s failed: %d%s\n",
av_log(s, AV_LOG_ERROR, "method %s failed: %d (%s)\n",
method,
reply->status_code,
reply->reason);