Fix missing argument in SKR debug logging.
authorKp <kp@valhallalegends.com>
Sun, 7 Dec 2008 21:49:36 +0000 (15:49 -0600)
committerKp <kp@valhallalegends.com>
Sat, 13 Dec 2008 19:57:37 +0000 (13:57 -0600)
The format string used in SKR debug logging calls for a pointer and two
int values.  However, only the two int values were provided, so the
debug logs would be wrong if they were ever printed.  Based on context,
the format string probably wanted the SilcSKRKey.  Add it.


No differences found