diff --git a/servers/slapd/logging.c b/servers/slapd/logging.c index b72e9b7782..d84bdc0e05 100644 --- a/servers/slapd/logging.c +++ b/servers/slapd/logging.c @@ -821,6 +821,11 @@ reset: c->log, c->cr_msg, c->argv[1]); return( 1 ); } +#ifdef HAVE_MKVERSION + else { + Debug( LDAP_DEBUG_ANY, "%s\n", Versionstr ); + } +#endif ch_free( c->value_string ); break;