X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fhardware%2Fdcttech-usbrelay%2Fprotocol.c;fp=src%2Fhardware%2Fdcttech-usbrelay%2Fprotocol.c;h=9038432054812ba342230528f845e61f4bb24639;hp=d1290f48c9a548996a834fa99421dd7d7cd27b5f;hb=0498ef4e42b70e873167e2e5ff8520b692514df0;hpb=996331ce9ba6f43e683b0b8ba4cbf3ef24546d36 diff --git a/src/hardware/dcttech-usbrelay/protocol.c b/src/hardware/dcttech-usbrelay/protocol.c index d1290f48..90384320 100644 --- a/src/hardware/dcttech-usbrelay/protocol.c +++ b/src/hardware/dcttech-usbrelay/protocol.c @@ -40,7 +40,7 @@ SR_PRIV int dcttech_usbrelay_update_state(const struct sr_dev_inst *sdi) return SR_ERR_IO; if (sr_log_loglevel_get() >= SR_LOG_SPEW) { txt = sr_hexdump_new(report, sizeof(report)); - sr_spew("got report bytes: %s", txt->str); + sr_spew("Got report bytes: %s.", txt->str); sr_hexdump_free(txt); } @@ -100,7 +100,7 @@ SR_PRIV int dcttech_usbrelay_switch_cg(const struct sr_dev_inst *sdi, } if (sr_log_loglevel_get() >= SR_LOG_SPEW) { txt = sr_hexdump_new(report, sizeof(report)); - sr_spew("sending report bytes: %s", txt->str); + sr_spew("Sending report bytes: %s", txt->str); sr_hexdump_free(txt); } ret = hid_send_feature_report(devc->hid_dev, report, sizeof(report));