On Mon, Sep 29, 2014 at 01:48:37PM +0200, Lukas Slebodnik wrote:
On (27/09/14 13:13), Pavel Reichl wrote:
Please see attached trivial patch.
Thanks!
From d1376ef4f5c6c88c7a3f4e101462d942265547c1 Mon Sep 17 00:00:00 2001 From: Pavel Reichl preichl@redhat.com Date: Sat, 27 Sep 2014 12:06:44 +0100 Subject: [PATCH] Fix debug messages - trailing '.'
Fix debug messages where '\n' was wrongly followed by '.'.
src/providers/dp_dyndns.c | 2 +- src/providers/fail_over.c | 2 +- src/providers/krb5/krb5_common.c | 2 +- src/providers/ldap/sdap_async_nested_groups.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)
After applying patch, there aren't any other trailing dots after newline.
sh-4.3$ git grep '\n.' sh-4.3$ echo $? 1
ACK
LS
* master: c683b8d730f4ec838244147d70a0275d53459aa5