diff --git a/servers/slapd/config.c b/servers/slapd/config.c index 1490f64441..2c69d43a67 100644 --- a/servers/slapd/config.c +++ b/servers/slapd/config.c @@ -2961,7 +2961,7 @@ parse_syncrepl_line( if ( si->bindmethod == LDAP_AUTH_SASL) { if ((gots & GOT_MECH) == 0) { - fprintf( stderr, "Error: \"syncrepl\" line needs SASLmech flag " ); + fprintf( stderr, "Error: \"syncrepl\" line needs SASLmech flag " "in slapd config file\n" ); return -1; }