Added another log message to track status

This commit is contained in:
Andrew Brooks 2018-01-27 13:48:53 -06:00
parent 4b7c90bb2f
commit 80f090a83b
1 changed files with 1 additions and 0 deletions

View File

@ -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);