mirror of
https://github.com/systemd/systemd.git
synced 2025-01-26 14:04:03 +03:00
"'/sbin/modprobe abnormal' exit" - also print program options
This commit is contained in:
parent
a31f59b570
commit
c4e63d5412
@ -444,7 +444,7 @@ int util_run_program(struct udev *udev, const char *command, char **envp,
|
||||
if (WEXITSTATUS(status) != 0)
|
||||
err = -1;
|
||||
} else {
|
||||
err(udev, "'%s' abnormal exit\n", argv[0]);
|
||||
err(udev, "'%s' abnormal exit\n", command);
|
||||
err = -1;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user