From 83b23ed967d1847e7393dfb9ff14a2c03b28654b Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 3 Apr 2003 23:01:20 +0000 Subject: [PATCH] One more debug line to conditionalise. --- apps/apps.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/apps.c b/apps/apps.c index 6092c395e5..0cdc1ad69b 100644 --- a/apps/apps.c +++ b/apps/apps.c @@ -1624,7 +1624,9 @@ CA_DB *load_index(char *dbfile, DB_ATTR *db_attr) char *p = NCONF_get_string(dbattr_conf,NULL,"unique_subject"); if (p) { +#ifdef RL_DEBUG BIO_printf(bio_err, "DEBUG[load_index]: unique_subject = \"%s\"\n", p); +#endif switch(*p) { case 'f': /* false */ -- 2.25.1