From: Benno Schulenberg Date: Wed, 16 Mar 2016 08:55:54 +0000 (+0100) Subject: uuidd: correct the wording of an error message X-Git-Tag: v2.28-rc2~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e708d01f3ca86e4e5c502e428290a7d05e32989;p=thirdparty%2Futil-linux.git uuidd: correct the wording of an error message Signed-off-by: Benno Schulenberg --- diff --git a/misc-utils/uuidd.c b/misc-utils/uuidd.c index 208c361269..feb0a0a663 100644 --- a/misc-utils/uuidd.c +++ b/misc-utils/uuidd.c @@ -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,