Fix missing argument in client_entry.c debug logging.
authorKp <kp@valhallalegends.com>
Sun, 7 Dec 2008 22:04:56 +0000 (16:04 -0600)
committerKp <kp@valhallalegends.com>
Sat, 13 Dec 2008 19:57:36 +0000 (13:57 -0600)
commit5b143539a0faf0ebcaa9df0aa7d96f821ba8677e
tree3e331af4947b840d87787a405a7d09c058c91da2
parent4871fc5bb45ba2733196b8fd361636b34c144abd
Fix missing argument in client_entry.c debug logging.

Logging modifications during merge commit
e9374395ec9747bddd3ea0bfd3e5a17717e97b31 resulted in several log
messages that purport to print a pointer, but do not push one for the
logging code to format.  Add the pointer that was clearly meant in each
case.
lib/silcclient/client_entry.c