public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
From: Stanislav Brabec <sbrabec@suse.cz>
To: kerolasa@gmail.com
Cc: util-linux <util-linux@vger.kernel.org>
Subject: Re: [PATCH] hwclock: Warning typo fix
Date: Mon, 05 May 2014 21:45:20 +0200	[thread overview]
Message-ID: <1399319120.11780.46.camel@oct.suse.cz> (raw)
In-Reply-To: <CAG27Bk3HocOszOVAXfzTeLUgr_6fhgpRt61_KuwVxCV4tKADYQ@mail.gmail.com>

Sami Kerola wrote:
> On 5 May 2014 20:20, Stanislav Brabec <sbrabec@suse.cz> wrote:
> > Trailing '\n' is missing in:
> > "Not setting clock because last adjustment time is zero, so history is bad."
> >
> > Signed-off-by: Stanislav Brabec <sbrabec@suse.cz>
> > ---
> >  sys-utils/hwclock.c | 2 +-
> 
> Hi Stanislav,
> 
> The hwclock.c change is OK. The po files are not updated this way.
> 
> See also http://www.spinics.net/lists/util-linux-ng/msg09087.html
> 
OK. I just wanted to save translators' time and fixed all po files,
including existing translations.

>From baf61d938ec3c72be9cffb65b15a44ecca681e22 Mon Sep 17 00:00:00 2001
From: Stanislav Brabec <sbrabec@suse.cz>
Date: Mon, 5 May 2014 21:16:31 +0200
Subject: [PATCH] hwclock: Warning typo fix

The hwclock.c change is OK. The po files are not updated this way.

Signed-off-by: Stanislav Brabec <sbrabec@suse.cz>
---
 sys-utils/hwclock.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c
index fe97fcb..beb2845 100644
--- a/sys-utils/hwclock.c
+++ b/sys-utils/hwclock.c
@@ -1210,7 +1210,7 @@ do_adjustment(struct adjtime *adjtime_p,
 		if (debug)
 			printf(_
 			       ("Not setting clock because last adjustment time is zero, "
-				"so history is bad."));
+				"so history is bad.\n"));
 	} else if (abs(adjtime_p->drift_factor) > MAX_DRIFT) {
 		if (debug)
 		printf(_("Not setting clock because drift factor %f is far too high.\n"),
-- 
1.8.4.5

-- 
Best Regards / S pozdravem,

Stanislav Brabec
software developer
---------------------------------------------------------------------
SUSE LINUX, s. r. o.                          e-mail: sbrabec@suse.cz
Lihovarská 1060/12                            tel: +49 911 7405384547
190 00 Praha 9                                 fax:  +420 284 084 001
Czech Republic                                    http://www.suse.cz/
PGP: 830B 40D5 9E05 35D8 5E27 6FA3 717C 209F A04F CD76


  reply	other threads:[~2014-05-05 19:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-05 19:20 [PATCH] hwclock: Warning typo fix Stanislav Brabec
2014-05-05 19:35 ` Sami Kerola
2014-05-05 19:45   ` Stanislav Brabec [this message]
2014-05-06 10:57   ` Karel Zak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1399319120.11780.46.camel@oct.suse.cz \
    --to=sbrabec@suse.cz \
    --cc=kerolasa@gmail.com \
    --cc=util-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox