mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-13 11:50:10 +01:00
Hint kernel keyring disabled in debug message
This commit is contained in:
committed by
Milan Broz
parent
4e2deadba7
commit
8c57e3ffca
@@ -223,6 +223,7 @@ int keyring_get_passphrase(const char *key_desc,
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
#else
|
#else
|
||||||
|
log_dbg("Kernel keyring features disabled");
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user