Fix missing argument in silc_client_abort_key_agreement debug logging.
authorKp <kp@valhallalegends.com>
Sun, 7 Dec 2008 22:35:05 +0000 (16:35 -0600)
committerKp <kp@valhallalegends.com>
Sat, 13 Dec 2008 19:57:36 +0000 (13:57 -0600)
commit4871fc5bb45ba2733196b8fd361636b34c144abd
treeb90711d0ea765d641b5f98b2ba5843a55ac02501
parentb2b91b074b6701455053425b583a6fd0beedc8cc
Fix missing argument in silc_client_abort_key_agreement debug logging.

The debug log in silc_client_abort_key_agreement purports to print a
pointer, but does not push one for the logging code to format.  Fix
that, and extend the message to print some other values that might be
interesting.
lib/silcclient/client_keyagr.c