set key_vault log spam to trace

This commit is contained in:
Megamouse 2020-03-30 14:00:04 +02:00
parent f079eb4026
commit d6b8213c9f

View File

@ -706,7 +706,7 @@ SELF_KEY KeyVault::FindSelfKey(u32 type, u16 revision, u64 version)
// Empty key.
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.
switch (type)