Fix mac os compile error

main
Igor Canadi 10 years ago
parent 6580685260
commit 4203431e71
  1. 2
      db/version_set.cc

@ -1472,7 +1472,7 @@ class VersionSet::Builder {
}
}
if (!found) {
fprintf(stderr, "not found %ld\n", number);
fprintf(stderr, "not found %" PRIu64 "\n", number);
}
assert(found);
#endif

Loading…
Cancel
Save