mirror of
				https://github.com/ossrs/srs.git
				synced 2025-03-09 15:49:59 +00:00 
			
		
		
		
	Bugfix: Log format output type does not match. v5.0.171 (#3775)
A segmentation fault occurred on arm https://github.com/ossrs/srs/issues/3714 --------- Co-authored-by: Haibo Chen <495810242@qq.com>
This commit is contained in:
		
							parent
							
								
									94a53431ff
								
							
						
					
					
						commit
						df8c028054
					
				
					 3 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1383,7 +1383,7 @@ void SrsHls::hls_show_mux_log()
 | 
			
		|||
    // the run time is not equals to stream time,
 | 
			
		||||
    // @see: https://github.com/ossrs/srs/issues/81#issuecomment-48100994
 | 
			
		||||
    // it's ok.
 | 
			
		||||
    srs_trace("-> " SRS_CONSTS_LOG_HLS " time=%dms, sno=%d, ts=%s, dur=%dms, dva=%dp",
 | 
			
		||||
    srs_trace("-> " SRS_CONSTS_LOG_HLS " time=%" PRId64 "ms, sno=%d, ts=%s, dur=%dms, dva=%dp",
 | 
			
		||||
              pprint->age(), controller->sequence_no(), controller->ts_url().c_str(),
 | 
			
		||||
              srsu2msi(controller->duration()), controller->deviation());
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue