Module: sems
Branch: rco/offer_answer
Commit: 697814724be3cd037d97b6dd037a3125bd88a594
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=697814724be3cd037d97b6dd037a3125bd88a594

Author: Raphael Coeffic <[email protected]>
Committer: Raphael Coeffic <[email protected]>
Date:   Thu Jul  8 16:01:58 2010 +0200

enable the log buffer to contain up to 4KB (allows for bigger messages).

---

 core/log.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/core/log.h b/core/log.h
index 134c43b..3cf7863 100644
--- a/core/log.h
+++ b/core/log.h
@@ -96,7 +96,7 @@ enum Log_Level {
 #endif
 
 #ifndef LOG_BUFFER_LEN
-#define LOG_BUFFER_LEN 512
+#define LOG_BUFFER_LEN 4096
 #endif
 
 /* The underscores in parameter and local variable names are there to

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to