]> sigrok.org Git - libsigrok.git/commitdiff
brymen-dmm: Use port name instead of fd in debug message.
authorMartin Ling <redacted>
Sat, 7 Dec 2013 19:17:49 +0000 (19:17 +0000)
committerMartin Ling <redacted>
Sat, 7 Dec 2013 19:43:47 +0000 (19:43 +0000)
hardware/brymen-dmm/protocol.c

index 4456568a110df68184eac7c37030c242c56d44ca..230b60d38cce655c872d0a97c772ed01052f4bf9 100644 (file)
@@ -186,8 +186,8 @@ SR_PRIV int brymen_stream_detect(struct sr_serial_dev_inst *serial,
 
        maxlen = *buflen;
 
-       sr_dbg("Detecting packets on FD %d (timeout = %" PRIu64
-              "ms, baudrate = %d).", serial->fd, timeout_ms, baudrate);
+       sr_dbg("Detecting packets on %s (timeout = %" PRIu64
+              "ms, baudrate = %d).", serial->port, timeout_ms, baudrate);
 
        /* Assume 8n1 transmission. That is 10 bits for every byte. */
        byte_delay_us = 10 * (1000000 / baudrate);