mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
FS-11781 increase test buffer size from 256 to 2048 to prevent test log truncation.
This commit is contained in:
committed by
Andrey Volk
parent
824356cc94
commit
74eb2feec7
@@ -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
|
||||
|
Reference in New Issue
Block a user