summaryrefslogtreecommitdiff
path: root/misc-utils/uuidd.c
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2016-03-16 09:55:54 +0100
committerKarel Zak <kzak@redhat.com>2016-03-16 10:39:38 +0100
commit9e708d01f3ca86e4e5c502e428290a7d05e32989 (patch)
tree28a8f331a57b29ada6c2ba69d9f6b87f74bf756e /misc-utils/uuidd.c
parentb779c1aecb90a1bd097ec3c287eb3febd0959005 (diff)
downloadutil-linux-9e708d01f3ca86e4e5c502e428290a7d05e32989.tar.gz
uuidd: correct the wording of an error message
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'misc-utils/uuidd.c')
-rw-r--r--misc-utils/uuidd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-utils/uuidd.c b/misc-utils/uuidd.c
index 208c36126..feb0a0a66 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,