From: Augustin Degomme Date: Fri, 10 Aug 2012 08:55:18 +0000 (+0200) Subject: deactivate change induced by re7d52b71aae7 in logging for smpi which caused problems... X-Git-Tag: v3_8~171 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2f6cba604d58f17a4b53c9da9543f7da727051e2 deactivate change induced by re7d52b71aae7 in logging for smpi which caused problems, waiting for a better idea --- 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_) {