add also hex reader name (in case we get non printing chars)

This commit is contained in:
Marc Wäckerlin
2009-07-24 11:13:14 +00:00
parent 0f0389f121
commit 7f86d1728c

View File

@@ -292,7 +292,7 @@ namespace pcsc {
check(SCardConnect(_connection._id, strconv(name).c_str(),
mode, protocol,
&_id, &_protocol),
"connect smartcard \""+name+"\"");
"connect smartcard \""+name+"\" ("+hex(name)+")");
}
//! forbidden