From 289dcc90234680063a336925a99d1ef04e97cbda Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sun, 15 Jul 2012 10:39:57 +0200 Subject: translation: unify file open error messages Signed-off-by: Sami Kerola --- sys-utils/wdctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/wdctl.c') 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; } -- cgit v1.2.3-55-g7522