]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-11781 increase test buffer size from 256 to 2048 to prevent test log truncation.
authorChris Rienzo <chris@signalwire.com>
Fri, 12 Apr 2019 18:25:25 +0000 (14:25 -0400)
committerAndrey Volk <andywolk@gmail.com>
Tue, 9 Jul 2019 15:26:54 +0000 (19:26 +0400)
src/include/test/switch_fct.h

index 8cd01cb77a15f207607c95634b4dfbf516727a79..61fbfb8c3029613d4487338c824701adda57ed54 100644 (file)
@@ -79,7 +79,7 @@ with a standard logger. */
 #include <ctype.h>
 
 #define FCT_MAX_NAME           256
-#define FCT_MAX_LOG_LINE       256
+#define FCT_MAX_LOG_LINE       2048
 
 #define nbool_t int
 #define FCT_TRUE   1