mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00
Merge "fix(cert-create): change WARN to VERBOSE" into integration
This commit is contained in:
commit
493de4df53
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ int key_load(key_t *key, unsigned int *err_code)
|
|||
*err_code = KEY_ERR_OPEN;
|
||||
}
|
||||
} else {
|
||||
WARN("Key filename not specified\n");
|
||||
VERBOSE("Key filename not specified\n");
|
||||
*err_code = KEY_ERR_FILENAME;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue