Dump to stderr simply because the other tracing functions in misc.c already
use stderr and mixing output "channels" causes too much confusion for me!
This commit is contained in:
parent
4353711127
commit
76dab196b1
@ -57,7 +57,7 @@ debugdump(LIBSSH2_SESSION * session,
|
||||
{
|
||||
size_t i;
|
||||
size_t c;
|
||||
FILE *stream = stdout;
|
||||
FILE *stream = stderr;
|
||||
unsigned int width = 0x10;
|
||||
|
||||
if (!(session->showmask & (1 << LIBSSH2_DBG_TRANS))) {
|
||||
|
Loading…
Reference in New Issue
Block a user