Little fix: forgotten to log an input param

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1657 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
sth 2003-12-04 15:07:26 +00:00
parent 4f30699b0d
commit 720b2810ee
1 changed files with 1 additions and 0 deletions

View File

@ -535,6 +535,7 @@ CK_RV C_GetAttributeValue(CK_SESSION_HANDLE hSession,
CK_RV rv;
enter("C_GetAttributeValue");
spy_dump_ulong_in("hSession", hSession);
spy_dump_ulong_in("hObject", hObject);
spy_attribute_req_in("pTemplate", pTemplate, ulCount);
rv = po->C_GetAttributeValue(hSession, hObject, pTemplate, ulCount);
if (rv == CKR_OK) {