Added more informative error message.

This commit is contained in:
skarg
2010-10-06 18:49:52 +00:00
parent 8165d5bb09
commit 23eecbc100
+1 -1
View File
@@ -69,7 +69,7 @@ void handler_i_am_add(
address_add(device_id, max_apdu, src);
} else {
#if PRINT_ENABLED
fprintf(stderr, "!\n");
fprintf(stderr, ", but unable to decode it.\n");
#endif
}