]> AND Public Git Repository - simgrid.git/blobdiff - include/xbt/log.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
regenerate with flexml 1.9.1 (integrate small changes from the debian package)
[simgrid.git] / include / xbt / log.h
index 19f0ca7dfbc1eb5a2bd41f090a69b170a033485b..2b91a5c0b54df1de1223539761d34fefc9712412 100644 (file)
@@ -242,7 +242,7 @@ typedef struct xbt_log_category_s s_xbt_log_category_t,
  * Do NOT access any members of this structure directly. FIXME: move to private?
  */
 
-#define XBT_LOG_BUFF_SIZE 2048  /* Size of the static string in which we build the log string */
+#define XBT_LOG_BUFF_SIZE 127  /* Size of the static string in which we build the log string */
 
 struct xbt_log_category_s {
   xbt_log_category_t parent;