X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e7d52b71aae78b9db6aab2f8628fe6906167282e..bed55a06c0de08698519ba251e4c4298cc2ff4b6:/src/xbt/xbt_log_appender_file.c diff --git a/src/xbt/xbt_log_appender_file.c b/src/xbt/xbt_log_appender_file.c index 8869cc21ec..3c74fc7d69 100644 --- a/src/xbt/xbt_log_appender_file.c +++ b/src/xbt/xbt_log_appender_file.c @@ -15,9 +15,7 @@ static void append_file(xbt_log_appender_t this_, char *str) { } static void smpi_append_file(xbt_log_appender_t this_, char *str) { - smpi_bench_end(); fputs(str, (FILE *) this_->data); - smpi_bench_begin(); } static void free_(xbt_log_appender_t this_) {