improve logging

This commit is contained in:
ledhed2222
2023-03-21 23:56:59 -04:00
parent 1128729ffc
commit d7d0ac8d29
4 changed files with 9 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ int
maybeWaitAfterWrite(
int justWrote,
int written,
boost::asio::steady_timer & timer)
boost::asio::steady_timer& timer)
{
written = written + justWrote;
if (written > 10000)
@@ -31,7 +31,7 @@ void
doMigration(
Backend::CassandraBackend& backend,
boost::asio::yield_context yield,
boost::asio::steady_timer & timer)
boost::asio::steady_timer& timer)
{
BOOST_LOG_TRIVIAL(info) << "Beginning migration";
/*