diff options
author | ploetz <ploetz@e0336214-984f-0b4b-a45f-81c69e1f0ede> | 2007-06-10 03:02:41 +0000 |
---|---|---|
committer | ploetz <ploetz@e0336214-984f-0b4b-a45f-81c69e1f0ede> | 2007-06-10 03:02:41 +0000 |
commit | 76035dde436231f1fd8fd1fe8d4ccf493a3021f6 (patch) | |
tree | 4666940ced818dfa576177433c1de27db1fcdcbf /src | |
parent | 1b6e20e4976a0c8f404bbb051fc4437f6b916c8b (diff) |
Need stdio.h for fprintf
Add debug output for ATS
git-svn-id: https://svn.gnumonks.org/trunk/librfid@2002 e0336214-984f-0b4b-a45f-81c69e1f0ede
Diffstat (limited to 'src')
-rw-r--r-- | src/rfid_proto_tcl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rfid_proto_tcl.c b/src/rfid_proto_tcl.c index 70259e6..413b9d6 100644 --- a/src/rfid_proto_tcl.c +++ b/src/rfid_proto_tcl.c @@ -164,6 +164,8 @@ tcl_parse_ats(struct rfid_protocol_handle *h, h->priv.tcl.historical_len = (ats+len) - cur; h->priv.tcl.historical_bytes = cur; + + DEBUGP("ATS parsed: %s\n", rfid_hexdump(ats, size)); return 0; } |