vk: Get rid of some spammy debug code

This commit is contained in:
kd-11 2023-06-30 02:47:00 +03:00 committed by kd-11
parent 68d1c38f3b
commit 2f9e1cf4df
2 changed files with 2 additions and 5 deletions

View file

@ -691,7 +691,7 @@ namespace vk
rsx_log.notice("%u extensions loaded:", ::size32(requested_extensions));
for (const auto& ext : requested_extensions)
{
rsx_log.always()("** Using %s", ext);
rsx_log.notice("** Using %s", ext);
}
// Initialize queues