set key_vault log spam to trace
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user