Commit 1e363e1d authored by Benjamin Shaya's avatar Benjamin Shaya Committed by Commit Bot

Make post-processor update messages less spammy.

Bug: b/69387812
Test: build & run
Change-Id: Ibb30cf0ebcdea39c9087c6730ddeb4dc549c1c4a
Reviewed-on: https://chromium-review.googlesource.com/780451Reviewed-by: default avatarKenneth MacKay <kmackay@chromium.org>
Commit-Queue: Benjamin Shaya <bshaya@google.com>
Cr-Commit-Position: refs/heads/master@{#523840}
parent 0619fb72
......@@ -154,8 +154,8 @@ void PostProcessingPipelineImpl::SetPostProcessorConfig(
[&name](PostProcessorInfo& p) { return p.name == name; });
if (it != processors_.end()) {
it->ptr->UpdateParameters(config);
LOG(INFO) << "Config string: " << config
<< " was delivered to postprocessor " << name;
VLOG(1) << "Config string: " << config << " was delivered to postprocessor "
<< name;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment