Skip to content
Snippets Groups Projects
Commit 9dd2fbcb authored by Howard Chu's avatar Howard Chu
Browse files

Log the attribute that failed normalization

parent 0f2b1d55
No related branches found
No related tags found
No related merge requests found
......@@ -384,7 +384,7 @@ str2entry2( char *s, int checkvals )
if ( rc ) {
Debug( LDAP_DEBUG_ANY,
"<= str2entry NULL (smr_normalize %d)\n", rc, 0, 0 );
"<= str2entry NULL (smr_normalize %s %d)\n", ad->ad_cname.bv_val, rc, 0 );
goto fail;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment