Commit aac1b494 by Shahbaz Youssefi Committed by Commit Bot

Vulkan: Remove spam output regarding pipeline cache

The warning regarding pipeline cache not having been found in the blob cache is of little utility. Between emitting it once and not at all, concensus was on the latter. Bug: angleproject:4722 Change-Id: I6d6b2758035e8c5e880b77c5f5be84772cb58a18 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2788812Reviewed-by: 's avatarTim Van Patten <timvp@google.com> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
parent be52ca8a
......@@ -579,7 +579,7 @@ angle::Result GetAndDecompressPipelineCacheVk(VkPhysicalDeviceProperties physica
&keySize) ||
keyData.size() < kBlobHeaderSize)
{
WARN() << "Failed to get first pipeline cache chunk data from blob cache.";
// Nothing in the cache.
return angle::Result::Continue;
}
......
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