Skip to content

Commit

Permalink
Log Improvement: Report the name of cf-s whose options are skipped in…
Browse files Browse the repository at this point in the history
… the log
  • Loading branch information
udi-speedb committed May 22, 2023
1 parent 040e688 commit 0fee7d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/column_family.cc
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,8 @@ ColumnFamilyData::ColumnFamilyData(
name.c_str());
initial_cf_options_.Dump(ioptions_.logger);
} else {
ROCKS_LOG_INFO(ioptions_.logger, "\t(skipping printing options)\n");
ROCKS_LOG_INFO(ioptions_.logger,
"\t(skipping printing options of [%s])\n", name.c_str());
}
}

Expand Down

0 comments on commit 0fee7d4

Please sign in to comment.