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

master
Marc Wäckerlin 15 years ago
parent 0f0389f121
commit 7f86d1728c
  1. 2
      src/pcsc.hxx

@ -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

Loading…
Cancel
Save