diff --git a/xls/dslx/run_routines/run_comparator.cc b/xls/dslx/run_routines/run_comparator.cc index 1265debb5c..640cd50f17 100644 --- a/xls/dslx/run_routines/run_comparator.cc +++ b/xls/dslx/run_routines/run_comparator.cc @@ -77,8 +77,7 @@ absl::Status RunComparator::RunComparison(Package* ir_package, // // TODO(amfv): 2021-03-18 Extend IR conversion to include those functions. if (!get_result.has_value()) { - LOG(WARNING) << "Could not find " << ir_name - << " function for JIT comparison"; + VLOG(1) << "Could not find " << ir_name << " function for JIT comparison"; return absl::OkStatus(); }