diff --git a/security/integrity/digsig.c b/security/integrity/digsig.c index 45c3e5dda355..0956197004ea 100644 --- a/security/integrity/digsig.c +++ b/security/integrity/digsig.c @@ -201,7 +201,7 @@ int __init integrity_load_x509(const unsigned int id, const char *path) rc = kernel_read_file_from_path(path, 0, &data, INT_MAX, NULL, READING_X509_CERTIFICATE); if (rc < 0) { - pr_err("Unable to open file: %s (%d)", path, rc); + pr_warn("Unable to open file: %s (%d)", path, rc); return rc; } size = rc;