]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
uuidd: correct the wording of an error message
authorBenno Schulenberg <bensberg@justemail.net>
Wed, 16 Mar 2016 08:55:54 +0000 (09:55 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 16 Mar 2016 09:39:38 +0000 (10:39 +0100)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
misc-utils/uuidd.c

index 208c361269f99e9fb32bd04495f5e477bdf167a2..feb0a0a663d69b639e55b680f108c545dbffcf3b 100644 (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,