diff --git a/src/scpi/scpi_libgpib.c b/src/scpi/scpi_libgpib.c index 67d6b003..31522eb1 100644 --- a/src/scpi/scpi_libgpib.c +++ b/src/scpi/scpi_libgpib.c @@ -92,7 +92,7 @@ static int scpi_gpib_send(void *priv, const char *command) if (ibcnt < len) { sr_err("Failed to send all of SCPI command: '%s': " - "len = %d, ibcnt = .", command, len, ibcnt); + "len = %d, ibcnt = %d.", command, len, ibcnt); return SR_ERR; }