Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce greatly the size of the static string for logs. According to Christophe, this...
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 28 Oct 2011 15:26:39 +0000 (17:26 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 28 Oct 2011 15:26:39 +0000 (17:26 +0200)
include/xbt/log.h

index 19f0ca7..2b91a5c 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?
  */
 
  * 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;
 
 struct xbt_log_category_s {
   xbt_log_category_t parent;