Merge "fix(cert-create): change WARN to VERBOSE" into integration

This commit is contained in:
Sandrine Bailleux 2023-02-10 09:58:37 +01:00 committed by TrustedFirmware Code Review
commit 493de4df53

View file

@ -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;
}