mirror of
https://github.com/systemd/systemd.git
synced 2025-08-24 09:49:49 +03:00
main: improve log message
This commit is contained in:
@ -1004,7 +1004,7 @@ static int parse_argv(int argc, char *argv[]) {
|
||||
|
||||
fd = parse_fd(optarg);
|
||||
if (fd == -ERANGE)
|
||||
return log_error_errno(fd, "Invalid deserialize fd: %s", optarg);
|
||||
return log_error_errno(fd, "Invalid serialization fd: %s", optarg);
|
||||
if (fd < 0)
|
||||
return log_error_errno(fd, "Failed to parse deserialize option \"%s\": %m", optarg);
|
||||
|
||||
|
Reference in New Issue
Block a user