mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-22 05:40:27 +08:00
avformat: rtsp: fix log message formatting
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user