From a0b741102d939c2fd2f6ae50e91af6904f53798f Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Sat, 3 Apr 1999 03:39:16 +0000 Subject: [PATCH] Add missing \n's in Debug statements --- libraries/libldap_r/thr_lwp.c | 2 +- servers/slurpd/ldap_op.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/libldap_r/thr_lwp.c b/libraries/libldap_r/thr_lwp.c index f66a93019c..27be3a8d19 100644 --- a/libraries/libldap_r/thr_lwp.c +++ b/libraries/libldap_r/thr_lwp.c @@ -102,7 +102,7 @@ void ldap_pvt_thread_free_stack( int stackno ) { if ( stackno < 0 || stackno > MAX_THREADS ) { - Debug( LDAP_DEBUG_ANY, "free_stack of bogus stack %d", + Debug( LDAP_DEBUG_ANY, "free_stack of bogus stack %d\n", stackno, 0, 0 ); } diff --git a/servers/slurpd/ldap_op.c b/servers/slurpd/ldap_op.c index d7582a6837..855eca296b 100644 --- a/servers/slurpd/ldap_op.c +++ b/servers/slurpd/ldap_op.c @@ -198,7 +198,7 @@ op_ldap_add( } else { *errmsg = "No modifications to do"; Debug( LDAP_DEBUG_ANY, - "Error: op_ldap_add: no mods to do (%s)!", re->re_dn, 0, 0 ); + "Error: op_ldap_add: no mods to do (%s)!\n", re->re_dn, 0, 0 ); } free_ldmarr( ldmarr ); return( lderr ); -- 2.39.5