more helpful error message (from Sourcerer)

This commit is contained in:
adam@algroup.co.uk 2010-02-06 09:54:38 +00:00
parent a2b1414f43
commit b279e3efc1

View file

@ -276,7 +276,7 @@ void LegicRfReader(int offset, int bytes) {
card_sz = 1024;
break;
default:
Dbprintf("No or unknown card found, aborting");
Dbprintf("Unknown card format: %x",tag_type);
switch_off_tag_rwd();
return;
}