summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-02-17 16:40:01 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-02-18 16:16:50 +0100
commit7bc69afc71c0b8f48bdbf0b5b79d229a47aa49f2 (patch)
treedf7e8f5e6b299def0fa9ba3388da441392c5fc51 /src/tests
parent46020d2dbb0f092fca7ec2a27e8c822543ab50fd (diff)
downloadsssd-7bc69afc71c0b8f48bdbf0b5b79d229a47aa49f2.tar.gz
sssd-7bc69afc71c0b8f48bdbf0b5b79d229a47aa49f2.tar.xz
sssd-7bc69afc71c0b8f48bdbf0b5b79d229a47aa49f2.zip
Add missing new lines to debug messages
Reviewed-by: Pavel Reichl <preichl@redhat.com>
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/krb5_child-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/krb5_child-test.c b/src/tests/krb5_child-test.c
index a59863b4d..50acc88ed 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;
}