Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Convert a printf to an ERROR so that even archs without backtraces use the log chanel...
[simgrid.git] / src / xbt / ex.c
index 907d73e..8ee3c3d 100644 (file)
@@ -48,7 +48,7 @@ void xbt_backtrace_display(void) {
   e.remote=0;
   xbt_ex_free(e);
 #else 
-  fprintf(stderr,"No backtrace on this arch");
+  ERROR0("No backtrace on this arch");
 #endif
 }