mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
cryptsetup: downgrade a log message we ignore
This commit is contained in:
parent
aed68083c0
commit
44ce425514
@ -623,7 +623,7 @@ static int run(int argc, char *argv[]) {
|
|||||||
!streq(argv[4], "none")) {
|
!streq(argv[4], "none")) {
|
||||||
|
|
||||||
if (!path_is_absolute(argv[4]))
|
if (!path_is_absolute(argv[4]))
|
||||||
log_error("Password file path '%s' is not absolute. Ignoring.", argv[4]);
|
log_warning("Password file path '%s' is not absolute. Ignoring.", argv[4]);
|
||||||
else
|
else
|
||||||
key_file = argv[4];
|
key_file = argv[4];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user