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.
ke = client_entry->internal.ke;
- SILC_LOG_DEBUG(("Abort key agreement %p"));
+ SILC_LOG_DEBUG(("Abort key agreement ke %p for client %p on connection %p",
+ ke, client, conn));
ke->completion(client, conn, client_entry,
SILC_KEY_AGREEMENT_ABORTED, NULL, ke->context);