Skip to content

Commit

Permalink
Merge pull request facebook#992 from jofusa/jdennison/options-typo-fix
Browse files Browse the repository at this point in the history
fixes typo in options logging
  • Loading branch information
igorcanadi committed Feb 16, 2016
2 parents 7bd284c + bd5f842 commit 2f084d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/options.cc
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ void ColumnFamilyOptions::Dump(Logger* log) const {
Header(log,
" Options.max_successive_merges: %" ROCKSDB_PRIszt,
max_successive_merges);
Header(log, " Options.optimize_fllters_for_hits: %d",
Header(log, " Options.optimize_filters_for_hits: %d",
optimize_filters_for_hits);
Header(log, " Options.paranoid_file_checks: %d",
paranoid_file_checks);
Expand Down

0 comments on commit 2f084d3

Please sign in to comment.