From: Ben Collins Date: Tue, 23 Feb 1999 03:51:33 +0000 (+0000) Subject: Changed LDA_DEBUG_ statements to more appropriate ones X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~546 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b0250a119fdf9c9ecaf2d2d65868f67089ae2786;p=openldap Changed LDA_DEBUG_ statements to more appropriate ones --- diff --git a/servers/slapd/back-tcl/tcl_config.c b/servers/slapd/back-tcl/tcl_config.c index 6b7ab1f269..ba32b9a3ba 100644 --- a/servers/slapd/back-tcl/tcl_config.c +++ b/servers/slapd/back-tcl/tcl_config.c @@ -1,6 +1,6 @@ /* config.c - tcl backend configuration file routine * - * $Id: tcl_config.c,v 1.4 1999/02/18 01:18:39 bcollins Exp $ + * $Id: tcl_config.c,v 1.5 1999/02/19 06:55:20 bcollins Exp $ * * Copyright 1999, Ben Collins , All rights reserved. * @@ -44,7 +44,7 @@ tcl_back_db_config ( /* Script to load */ if (strcasecmp (argv[0], "scriptpath") == 0) { if (argc < 2) { - Debug (LDAP_DEBUG_ANY, + Debug (LDAP_DEBUG_CONFIG, "%s: line %d: missing script in \"scriptpath