Merge pull request #885 from yuslepukhin/fix_size_t_formatting

Use port size_t formatting
This commit is contained in:
Islam AbdelRahman 2015-12-15 14:00:09 -08:00
commit b68dc0f83e

View File

@ -436,7 +436,7 @@ TEST_F(TransactionTest, FlushTest2) {
s = txn->Delete("S");
// Should fail after encountering a write to S in SST file
fprintf(stderr, "%lu %s\n", n, s.ToString().c_str());
fprintf(stderr, "%" ROCKSDB_PRIszt " %s\n", n, s.ToString().c_str());
ASSERT_TRUE(s.IsBusy());
// Write a bunch of keys to db to force a compaction