Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use new style logging macros.
[simgrid.git] / src / xbt / graphxml_parse.c
index 6985919..5951f2a 100644 (file)
@@ -83,7 +83,7 @@ void ETag_graphxml_edge(void)
 void xbt_graph_parse_open(const char *file)
 {
   if (!file) {
-    WARN0
+    XBT_WARN
         ("I hope you know what you're doing... you just gave me a NULL pointer!");
     return;
   }