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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/wdctl.c b/sys-utils/wdctl.c
index 7d31d411a..ebe55b41a 100644
--- a/sys-utils/wdctl.c
+++ b/sys-utils/wdctl.c
@@ -282,7 +282,7 @@ static int read_watchdog(struct wdinfo *wd)
if (errno == EBUSY)
warnx(_("%s: watchdog already in use, terminating."),
wd->device);
- warn(_("%s: open failed"), wd->device);
+ warn(_("cannot open %s"), wd->device);
return -1;
}