aboutsummaryrefslogtreecommitdiff
path: root/icing/monkey_test/icing-monkey-test-runner.cc
diff options
context:
space:
mode:
Diffstat (limited to 'icing/monkey_test/icing-monkey-test-runner.cc')
-rw-r--r--icing/monkey_test/icing-monkey-test-runner.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/icing/monkey_test/icing-monkey-test-runner.cc b/icing/monkey_test/icing-monkey-test-runner.cc
index a2a6c9b..e7c0bdf 100644
--- a/icing/monkey_test/icing-monkey-test-runner.cc
+++ b/icing/monkey_test/icing-monkey-test-runner.cc
@@ -175,7 +175,8 @@ void IcingMonkeyTestRunner::Run(uint32_t num) {
}
p -= schedule.second;
}
- ICING_LOG(INFO) << "Documents in the in-memory icing: "
+ ICING_LOG(INFO) << "Completed Run #" << num
+ << ". Documents in the in-memory icing: "
<< in_memory_icing_->GetNumAliveDocuments();
}
}