<div>Line 353 <a href="http://git.videolan.org/?p=vlc.git;a=blob;f=modules/misc/logger.c;h=6500d07d4090d6ab80693b844c913d66b5b0653e;hb=HEAD#l353">http://git.videolan.org/?p=vlc.git;a=blob;f=modules/misc/logger.c;h=6500d07d4090d6ab80693b844c913d66b5b0653e;hb=HEAD#l353</a></div>
<div>Using utf8_fprintf( stream, fmt, ap ); </div><div>vlc outputs like this:</div><div>main debug: TIMER x5D : 6296157785487551911983413070412856800483824016827687738596540445124802396565761238531516479379253516341375538391664627296768208208893908982985922239630924465117621061274319147002615988362573804734932582400.000 ms - Total 0.000 ms / 38399152 intvls (Avg 0.000 ms)</div>
<div> </div><div>Using utf8_vfprintf( stream, fmt, ap ); </div><div>vlc-log.txt is fine:</div><div>main debug: TIMER module_need() : 499.749 ms - Total 499.749 ms / 1 intvls (Avg 499.749 ms)<br></div>