summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock.c
diff options
context:
space:
mode:
authorBenno Schulenberg2014-01-26 22:32:15 +0100
committerKarel Zak2014-02-10 18:41:55 +0100
commitb2d97db8c80eacab2e028cd4840064f063410b2b (patch)
tree8214557746d25d1e1ed3e12bbe91fb5721b8086a /sys-utils/hwclock.c
parentgetopt.1: The usual doc dir is /usr/share/doc, not .../docs (diff)
downloadkernel-qcow2-util-linux-b2d97db8c80eacab2e028cd4840064f063410b2b.tar.gz
kernel-qcow2-util-linux-b2d97db8c80eacab2e028cd4840064f063410b2b.tar.xz
kernel-qcow2-util-linux-b2d97db8c80eacab2e028cd4840064f063410b2b.zip
hwclock: internationalizing the message of the used interface
In addition, do it in a single sentence instead of in two fragments. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'sys-utils/hwclock.c')
-rw-r--r--sys-utils/hwclock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c
index 5dd7919ec..30660d4a9 100644
--- a/sys-utils/hwclock.c
+++ b/sys-utils/hwclock.c
@@ -1140,7 +1140,7 @@ static void determine_clock_access_method(const bool user_requests_ISA)
if (debug) {
if (ur)
- printf(_("Using %s.\n"), ur->interface_name);
+ puts(_(ur->interface_name));
else
printf(_("No usable clock interface found.\n"));
}