mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2025-09-05 16:26:57 +00:00
shrink huge log buffer
This commit is contained in:
@ -107,7 +107,7 @@ static void encode_base_64(char *src, char *dest, int max_len) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void proxychains_write_log(char *str, ...) {
|
void proxychains_write_log(char *str, ...) {
|
||||||
char buff[1024*20];
|
char buff[1024*4];
|
||||||
va_list arglist;
|
va_list arglist;
|
||||||
if(!proxychains_quiet_mode) {
|
if(!proxychains_quiet_mode) {
|
||||||
va_start(arglist, str);
|
va_start(arglist, str);
|
||||||
|
Reference in New Issue
Block a user