mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Log even more to try to debug 22719
This commit is contained in:
parent
6caf924605
commit
acbe16a9a2
@ -575,8 +575,10 @@ tor_compress_process(tor_compress_state_t *state,
|
||||
*in_len == in_len_orig &&
|
||||
*out_len == out_len_orig)) {
|
||||
log_warn(LD_GENERAL,
|
||||
"More info on the bug: *in_len == in_len_orig == %lu, "
|
||||
"More info on the bug: method == %s, finish == %d, "
|
||||
" *in_len == in_len_orig == %lu, "
|
||||
"*out_len == out_len_orig == %lu",
|
||||
compression_method_get_human_name(state->method), finish,
|
||||
(unsigned long)in_len_orig, (unsigned long)out_len_orig);
|
||||
return TOR_COMPRESS_ERROR;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user