add also hex reader name (in case we get non printing chars)
This commit is contained in:
@@ -292,7 +292,7 @@ namespace pcsc {
|
|||||||
check(SCardConnect(_connection._id, strconv(name).c_str(),
|
check(SCardConnect(_connection._id, strconv(name).c_str(),
|
||||||
mode, protocol,
|
mode, protocol,
|
||||||
&_id, &_protocol),
|
&_id, &_protocol),
|
||||||
"connect smartcard \""+name+"\"");
|
"connect smartcard \""+name+"\" ("+hex(name)+")");
|
||||||
}
|
}
|
||||||
|
|
||||||
//! forbidden
|
//! forbidden
|
||||||
|
|||||||
Reference in New Issue
Block a user