summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/ldb/tools/ldbadd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/tools/ldbadd.c b/source4/lib/ldb/tools/ldbadd.c
index 6706c8af26..82eb358330 100644
--- a/source4/lib/ldb/tools/ldbadd.c
+++ b/source4/lib/ldb/tools/ldbadd.c
@@ -141,7 +141,7 @@ int main(int argc, const char **argv)
talloc_free(mem_ctx);
- printf("Added %d records with %d failures\n", count, failures);
+ printf("Added %u records with %u failures\n", count, failures);
return ret;
}