From: Karel Zak Date: Thu, 4 Oct 2007 12:14:58 +0000 (+0200) Subject: rtcwake: fix verbose message X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6d35e6d68b18184deae0226b99f41b958049666;p=util-linux rtcwake: fix verbose message Just make NLS transtalors more happy. (rh#292081) Signed-off-by: Karel Zak --- diff --git a/sys-utils/rtcwake.c b/sys-utils/rtcwake.c index 4ba81e4c..35fa6a5e 100644 --- a/sys-utils/rtcwake.c +++ b/sys-utils/rtcwake.c @@ -377,8 +377,8 @@ int main(int argc, char **argv) clock_mode = CM_UTC; } if (verbose) - printf(_("Using %s time\n"), - clock_mode == CM_UTC ? "UTC" : _("local")); + pritf(lock_mode == CM_UTC ? _("Using UTC time.\n") : + _("Using local time.\n")); } if (!alarm && !seconds) {