Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New doc section: API of logs
[simgrid.git] / include / xbt / log.h
index 5e60b21..5ee5e4b 100644 (file)
@@ -22,8 +22,8 @@
  * simulator.
  */
 
-/* XBT_LOG_MAYDAY: define this to replace the logging facilities with basic
-   printf function. Useful to debug the logging facilities themselves, or to not make source analysis tools mad */
+/* XBT_LOG_MAYDAY: define this to replace the logging facilities with basic printf function.
+   Useful to debug the logging facilities themselves, or to not make prehistoric source analysis tools mad. */
 //#define XBT_LOG_MAYDAY
 
 #ifndef XBT_LOG_H