From: Ondřej Kuzník Date: Fri, 22 Aug 2025 13:23:19 +0000 (+0100) Subject: ITS#10380 Log server version on logfile change X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9c156faefafe32f29985ff10878e7a3ea66a0008;p=thirdparty%2Fopenldap.git ITS#10380 Log server version on logfile change --- 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;