Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Qi Xu committed Mar 9, 2024
1 parent b957e9a commit e2eee0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/db_impl/db_impl_write.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1561,8 +1561,8 @@ IOStatus DBImpl::WriteToWAL(const WriteThread::WriteGroup& write_group,
if (log_writer->get_log_number() == log.number) {
if (log.IsSyncing()) {
ROCKS_LOG_INFO(immutable_db_options_.info_log,
"WAL is being Syncing and writting: [%" PRIu64 "",
log_writer->get_log_number());
"WAL is being Syncing and writting: [%" PRIu64 ", %" PRIu64 "]",
log_writer->get_log_number(), logs_.size());
}
break;
}
Expand Down

0 comments on commit e2eee0d

Please sign in to comment.