mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-12 01:40:27 +00:00
Enlarge buffer for log messages
For example, SSL/TLS certificate information can easily get longer than 256 characters. So enlarge the log buffer to 1 KB.
This commit is contained in:
parent
21c1751b04
commit
7c90264f1f
@ -39,7 +39,7 @@
|
||||
#define LINE_LEN 1024
|
||||
|
||||
/** Max. length of a log message. */
|
||||
#define MAX_LOG_MSG_LEN 256
|
||||
#define MAX_LOG_MSG_LEN 1024
|
||||
|
||||
/** Max. length of file name. */
|
||||
#define FNAME_LEN 256
|
||||
|
Loading…
Reference in New Issue
Block a user