Skip to content

Commit

Permalink
Fixed format string issue
Browse files Browse the repository at this point in the history
  • Loading branch information
getroot committed Jun 2, 2024
1 parent e776d5f commit e5a041e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/projects/providers/rtmp/rtmp_stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ namespace pvd
}
else
{
logtw("Could not obtain tcUrl from the RTMP stream: [%s]", _app_name);
logtw("Could not obtain tcUrl from the RTMP stream: [%s]", _app_name.CStr());

// TODO(dimiden): If tcUrl is not provided, it's not possible to determine which VHost the request was received,
// so it does not work properly.
Expand Down

0 comments on commit e5a041e

Please sign in to comment.