Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use fputs() instead of fprintf("%s") in file log appender.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Sat, 5 Nov 2011 20:54:10 +0000 (21:54 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Sat, 5 Nov 2011 20:58:26 +0000 (21:58 +0100)
commit30cc18334ad5760770a1733db33087b5aa91a4e7
treeb5578d1ae31894eedcb7e00647233ff1b44b8f5a
parentcca507daea29ea048aaa79b2d1e23fc8bbfe029d
Use fputs() instead of fprintf("%s") in file log appender.

It is more natural, and should be faster.
src/xbt/xbt_log_appender_file.c