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

ITS#5117 from HEAD - log error message on include: failure

parent 15c706ac
No related branches found
No related tags found
No related merge requests found
......@@ -879,7 +879,9 @@ ldif_read_record(
/* We failed to open the file, this should
* be reported as an error somehow.
*/
break;
ber_pvt_log_printf( LDAP_DEBUG_ANY, ldif_debug,
_("ldif_read_record: include %s failed\n"), ptr );
return 0;
}
}
}
......
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