mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-31 14:02:59 +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:
		| @@ -39,7 +39,7 @@ | |||||||
| #define LINE_LEN 1024 | #define LINE_LEN 1024 | ||||||
|  |  | ||||||
| /** Max. length of a log message. */ | /** Max. length of a log message. */ | ||||||
| #define MAX_LOG_MSG_LEN 256 | #define MAX_LOG_MSG_LEN 1024 | ||||||
|  |  | ||||||
| /** Max. length of file name. */ | /** Max. length of file name. */ | ||||||
| #define FNAME_LEN 256 | #define FNAME_LEN 256 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Alexander Barton
					Alexander Barton