Mercurial > dropbear
diff buffer.c @ 731:9a5438271556
Move the more verbose TRACE() statements into TRACE2()
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 01 Apr 2013 00:07:26 +0800 |
parents | a98a2138364a |
children | 7dcb46da72d9 |
line wrap: on
line diff
--- a/buffer.c Sun Mar 31 23:48:25 2013 +0800 +++ b/buffer.c Mon Apr 01 00:07:26 2013 +0800 @@ -282,7 +282,7 @@ void buf_putmpint(buffer* buf, mp_int * mp) { unsigned int len, pad = 0; - TRACE(("enter buf_putmpint")) + TRACE2(("enter buf_putmpint")) dropbear_assert(mp != NULL); @@ -318,7 +318,7 @@ buf_incrwritepos(buf, len-pad); } - TRACE(("leave buf_putmpint")) + TRACE2(("leave buf_putmpint")) } /* Retrieve an mp_int from the buffer.