summaryrefslogtreecommitdiffstats
path: root/sys-utils/wdctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/wdctl.c')
-rw-r--r--sys-utils/wdctl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-utils/wdctl.c b/sys-utils/wdctl.c
index 2698853e9..71309188e 100644
--- a/sys-utils/wdctl.c
+++ b/sys-utils/wdctl.c
@@ -334,7 +334,8 @@ static int set_watchdog(struct wdinfo *wd, int timeout)
if (close_fd(fd))
warn(_("write failed"));
sigprocmask(SIG_SETMASK, &oldsigs, NULL);
- printf("Set timeout to %d seconds\n", timeout);
+ printf(P_("Timeout has been set to %d second.\n",
+ "Timeout has been set to %d seconds.\n", timeout), timeout);
return rc;
}