X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fmodify.c;h=7cb5b6f4524a8fe67c17a84a04e4a6a89a0ece1f;hb=1fbbc1181152a32c1b9b82342ad6d63034ec7fbb;hp=d024953c7cd3522d2f9a2e8dfc661f118c049c89;hpb=7c7daf8556705065f48b97b0cc8a4e282083b106;p=openldap diff --git a/servers/slapd/modify.c b/servers/slapd/modify.c index d024953c7c..7cb5b6f452 100644 --- a/servers/slapd/modify.c +++ b/servers/slapd/modify.c @@ -1,6 +1,6 @@ /* $OpenLDAP$ */ /* - * Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved. + * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file */ /* @@ -348,9 +348,11 @@ do_modify( * FIXME: is this correct? */ #ifdef NEW_LOGGING - LDAP_LOG(( "operation", LDAP_LEVEL_INFO, "do_modify: modify preOps failed\n")); + LDAP_LOG( OPERATION, INFO, "do_modify: modify preOps " + "failed\n", 0, 0, 0 ); #else - Debug (LDAP_DEBUG_TRACE, " modify preOps failed.\n", 0, 0, 0); + Debug(LDAP_DEBUG_TRACE, "do_modify: modify preOps failed.\n", + 0, 0, 0); #endif } #endif /* defined( LDAP_SLAPI ) */ @@ -442,9 +444,11 @@ do_modify( * FIXME: is this correct? */ #ifdef NEW_LOGGING - LDAP_LOG(( "operation", LDAP_LEVEL_INFO, "do_modify: modify postOps failed\n")); + LDAP_LOG( OPERATION, INFO, "do_modify: modify postOps " + "failed\n", 0, 0, 0 ); #else - Debug (LDAP_DEBUG_TRACE, " modify postOps failed.\n", 0, 0, 0); + Debug(LDAP_DEBUG_TRACE, "do_modify: modify postOps " + "failed.\n", 0, 0, 0); #endif } #endif /* defined( LDAP_SLAPI ) */