1
0
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:
Kay Sievers 2008-12-20 00:03:53 +01:00
parent a31f59b570
commit c4e63d5412

View File

@ -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;
}
}