HomeFreeBSD

Fix a -Wformat warning by using %d, not %ld for md_iterations

Description

Fix a -Wformat warning by using %d, not %ld for md_iterations

md_iterations is int32_t, not long.

Reported by: clang
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division

Details