preserve PCSC device name

This commit is contained in:
Adam Laurie
2009-12-13 17:38:50 +00:00
parent a0cdc3e0d4
commit 6a97e694ec
2 changed files with 6 additions and 3 deletions

View File

@@ -157,7 +157,7 @@ nfc_device_t* nfc_connect(nfc_device_desc_t* pndd)
if (!pnd->pdc->transceive(pnd->nds,pncmd_get_firmware_version,2,abtFw,&szFwLen))
{
// Failed to get firmware revision??, whatever...let's disconnect and clean up and return err
ERR("Failed to get firmware revision for: %s", pnd->acName);
DBG("Failed to get firmware revision for: %s", pnd->acName);
pnd->pdc->disconnect(pnd);
return NULL;
}