Added another log message to track status
This commit is contained in:
parent
4b7c90bb2f
commit
80f090a83b
|
@ -45,6 +45,7 @@ main(int argc, char **argv)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Acquire and send barcodes through the ZMQ socket. */
|
/* Acquire and send barcodes through the ZMQ socket. */
|
||||||
|
printf("Ready, awaiting barcodes.\n");
|
||||||
while (true)
|
while (true)
|
||||||
{
|
{
|
||||||
barcode = await_next_barcode(input_fd);
|
barcode = await_next_barcode(input_fd);
|
||||||
|
|
Loading…
Reference in New Issue