mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Fix: Fixed ICECAST_LOG_DEBUG()'s format string
This commit is contained in:
parent
526ecdaa8b
commit
b10406df20
@ -845,7 +845,7 @@ static inline void ebml_check_track(ebml_t *ebml)
|
||||
&& ebml->parsing_track_number != EBML_UNKNOWN) {
|
||||
|
||||
ebml->keyframe_track_number = ebml->parsing_track_number;
|
||||
ICECAST_LOG_DEBUG("Identified track #%ffu as the video track", ebml->keyframe_track_number);
|
||||
ICECAST_LOG_DEBUG("Identified track #%llu as the video track", (long long unsigned int)ebml->keyframe_track_number);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user