Fix compile error

This commit is contained in:
Igor Canadi 2014-07-01 10:55:03 +02:00
parent a2e0d890ed
commit f5d4df1c02

View File

@ -849,7 +849,7 @@ Compaction* UniversalCompactionPicker::PickCompactionUniversalSizeAmp(
"[%s] Universal: size amp picking file %" PRIu64 "[%d] "
"with size %" PRIu64 " (compensated size %" PRIu64 ")",
version->cfd_->GetName().c_str(),
f->fd.GetNumber(), index,
f->fd.GetNumber(), loop,
f->fd.GetFileSize(), f->compensated_file_size);
}
return c;