The trailing comma made code to compile without issues, but meant all_done()
was called only when --debug was in defined in command-line.
Fixes: 3d6250e96b0041a3cbe2f8dd3e746cca5d6ac121
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
}
if (ret == 0) { /* true when poll() times out */
if (uuidd_cxt->debug)
- fprintf(stderr, _("timeout [%d sec]\n"), uuidd_cxt->timeout),
+ fprintf(stderr, _("timeout [%d sec]\n"), uuidd_cxt->timeout);
all_done(uuidd_cxt, EXIT_SUCCESS);
}
if (pfd[POLLFD_SIGNAL].revents != 0)