1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-01-19 16:52:17 +01:00

add debug print for last url used

This commit is contained in:
Klas Lindfors 2015-04-27 11:03:34 +02:00
parent e66ed787d1
commit 11326d023d

View File

@ -1002,6 +1002,7 @@ pam_sm_authenticate (pam_handle_t * pamh,
DBG (("ykclient return value (%d): %s", rc,
ykclient_strerror (rc)));
DBG (("ykclient url used: %s", ykclient_get_last_url(ykc)));
switch (rc)
{