Hint kernel keyring disabled in debug message

This commit is contained in:
Ondrej Kozina
2017-08-21 16:58:43 +02:00
committed by Milan Broz
parent 4e2deadba7
commit 8c57e3ffca

View File

@@ -223,6 +223,7 @@ int keyring_get_passphrase(const char *key_desc,
return 0;
#else
log_dbg("Kernel keyring features disabled");
return -EINVAL;
#endif
}