mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-13 07:14:49 +00:00
set key_vault log spam to trace
This commit is contained in:
parent
f079eb4026
commit
d6b8213c9f
@ -706,7 +706,7 @@ SELF_KEY KeyVault::FindSelfKey(u32 type, u16 revision, u64 version)
|
|||||||
// Empty key.
|
// Empty key.
|
||||||
SELF_KEY key(0, 0, 0, 0, "", "", "", "", 0);
|
SELF_KEY key(0, 0, 0, 0, "", "", "", "", 0);
|
||||||
|
|
||||||
key_vault_log.notice("FindSelfKey: Type:0x%x, Revision:0x%x, Version:0x%x", type, revision, version);
|
key_vault_log.trace("FindSelfKey: Type:0x%x, Revision:0x%x, Version:0x%x", type, revision, version);
|
||||||
|
|
||||||
// Check SELF type.
|
// Check SELF type.
|
||||||
switch (type)
|
switch (type)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user