On 02/18/2015 10:32 AM, Lukas Slebodnik wrote:
On (18/02/15 09:45), Lukas Slebodnik wrote:
On (17/02/15 16:43), Lukas Slebodnik wrote:
ehlo,

Attached patch should simplify analysis of log files.
It should be applied to 1-12 branch. I will generate another version for master
after merging all pending big patchsets.

LS
Attached is updated version which remove extra new line added
in logging of nsupdate message.

LS
>From fb63af5174b35f9f5f873a0be04cdc840eb1ac0b Mon Sep 17 00:00:00 2001
From: Lukas Slebodnik <lslebodn@redhat.com>
Date: Tue, 17 Feb 2015 16:40:01 +0100
Subject: [PATCH] Add missing new lines to debug messages

I send wrong patch which was not able to compile.
src/providers/dp_dyndns.c: In function ‘be_nsupdate_create_ptr_msg’:
src/providers/dp_dyndns.c:1207:0: error: unterminated argument list invoking macro "DEBUG"
 }
 ^
../sssd/src/providers/dp_dyndns.c:525:5: error: ‘DEBUG’ undeclared (first use in this function)
     DEBUG(SSSDBG_TRACE_FUNC,
     ^
src/providers/dp_dyndns.c:525:5: note: each undeclared identifier is reported only once for each function it appears in
src/providers/dp_dyndns.c:525:5: error: expected ‘;’ at end of input
src/providers/dp_dyndns.c:525:5: error: expected declaration or statement at end of input
src/providers/dp_dyndns.c:517:9: error: label ‘done’ used but not defined
         goto done;
         ^
src/providers/dp_dyndns.c:499:13: error: variable ‘ret’ set but not used [-Werror=unused-but-set-variable]
     errno_t ret;
             ^
src/providers/dp_dyndns.c:525:5: error: control reaches end of non-void function [-Werror=return-type]
     DEBUG(SSSDBG_TRACE_FUNC,
     ^
cc1: all warnings being treated as errors

LS


_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
ci 1-12: http://sssd-ci.duckdns.org/logs/job/7/64/summary.html