diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-12-18 08:58:39 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-12-18 08:58:39 +0000 |
commit | c979c190570d6c0626f1f1882183c07d59080810 (patch) | |
tree | 3bc9695538b61d3890e66c4974b4cf292661ddcf /lib/gnutls_buffers.c | |
parent | cbc68e0b58b4f2737868441b450f20d9df70f594 (diff) | |
download | gnutls-c979c190570d6c0626f1f1882183c07d59080810.tar.gz |
corrections in the configuration files.
Diffstat (limited to 'lib/gnutls_buffers.c')
-rw-r--r-- | lib/gnutls_buffers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_buffers.c b/lib/gnutls_buffers.c index 7e9ee5cb16..e383c6e6b3 100644 --- a/lib/gnutls_buffers.c +++ b/lib/gnutls_buffers.c @@ -704,7 +704,7 @@ ssize_t _gnutls_handshake_send_int( GNUTLS_STATE state, ContentType type, Handsh #ifdef WRITE_DEBUG size_t sum=0, x, j; - _gnutls_log( "HWRITE: will write %d bytes to %d.\n", n, fd); + _gnutls_log( "HWRITE: will write %d bytes to %d.\n", n, gnutls_transport_get_ptr(state)); for (x=0;x<((n)/16)+1;x++) { if (sum>n) break; |