[vlc-devel] The Logger prints a garbage

Andrey Wolk andywolk at gmail.com
Thu Sep 22 15:03:14 CEST 2011


Line 353
http://git.videolan.org/?p=vlc.git;a=blob;f=modules/misc/logger.c;h=6500d07d4090d6ab80693b844c913d66b5b0653e;hb=HEAD#l353
Using utf8_fprintf( stream, fmt, ap );
vlc outputs like this:
main debug: TIMER x5D :
6296157785487551911983413070412856800483824016827687738596540445124802396565761238531516479379253516341375538391664627296768208208893908982985922239630924465117621061274319147002615988362573804734932582400.000
ms - Total 0.000 ms / 38399152 intvls (Avg 0.000 ms)

Using utf8_vfprintf( stream, fmt, ap );
vlc-log.txt is fine:
main debug: TIMER module_need() : 499.749 ms - Total 499.749 ms / 1 intvls
(Avg 499.749 ms)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20110922/62ab52dd/attachment.html>


More information about the vlc-devel mailing list