uuidd: correct the wording of an error message

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
This commit is contained in:
Benno Schulenberg 2016-03-16 09:55:54 +01:00 committed by Karel Zak
parent b779c1aecb
commit 9e708d01f3
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ static void server_loop(const char *socket_path, const char *pidfile_path,
memset(&timeout, 0, sizeof timeout);
timeout.it_value.tv_sec = 30;
if (setup_timer(&t_id, &timeout, &timeout_handler))
err(EXIT_FAILURE, _("cannot not setup timer"));
err(EXIT_FAILURE, _("cannot set up timer"));
if (pidfile_path)
fd_pidfile = create_pidfile(uuidd_cxt, pidfile_path);
ret = call_daemon(socket_path, UUIDD_OP_GETPID, reply_buf,