From b0250a119fdf9c9ecaf2d2d65868f67089ae2786 Mon Sep 17 00:00:00 2001 From: Ben Collins Date: Tue, 23 Feb 1999 03:51:33 +0000 Subject: [PATCH] Changed LDA_DEBUG_ statements to more appropriate ones --- servers/slapd/back-tcl/tcl_config.c | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) 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