mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Make log bufer 10k, not 9.78k.
This commit is contained in:
parent
769fc5af09
commit
e40591827e
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ MOCK_IMPL(STATIC void,
|
|||
logv,(int severity, log_domain_mask_t domain, const char *funcname,
|
||||
const char *suffix, const char *format, va_list ap))
|
||||
{
|
||||
char buf[10024];
|
||||
char buf[10240];
|
||||
size_t msg_len = 0;
|
||||
int formatted = 0;
|
||||
logfile_t *lf;
|
||||
|
|
Loading…
Add table
Reference in a new issue