Fix format string typo

This commit is contained in:
Sumit Bose 2013-06-03 14:05:03 +02:00 committed by Martin Kosek
parent 517e475f61
commit f497aafdca

View File

@ -518,7 +518,7 @@ int find_sid_for_ldap_entry(struct slapi_entry *entry,
ret = find_sid_for_id(id, plugin_id, base_dn, dom_sid, ranges, &sid);
if (ret != 0) {
LOG_FATAL("Cannot convert Posix ID [%ul] into an unused SID.\n", id);
LOG_FATAL("Cannot convert Posix ID [%lu] into an unused SID.\n", id);
goto done;
}