From 87f8bee53ee1b4ca87b602ff8536bc5fd5b5b595 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Tue, 17 Feb 2015 16:40:01 +0100 Subject: Add missing new lines to debug messages Reviewed-by: Jakub Hrozek --- src/tests/krb5_child-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests') diff --git a/src/tests/krb5_child-test.c b/src/tests/krb5_child-test.c index a59863b4..50acc88e 100644 --- a/src/tests/krb5_child-test.c +++ b/src/tests/krb5_child-test.c @@ -73,7 +73,7 @@ setup_krb5_child_test(TALLOC_CTX *mem_ctx, struct krb5_child_test_ctx **_ctx) ctx->ev = tevent_context_init(ctx); if (ctx->ev == NULL) { - DEBUG(SSSDBG_CRIT_FAILURE, "Could not init tevent context"); + DEBUG(SSSDBG_CRIT_FAILURE, "Could not init tevent context\n"); talloc_free(ctx); return EFAULT; } -- cgit