mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-30 22:05:46 +00:00
Minor warning/error message cleanup
This commit is contained in:
@@ -122,7 +122,7 @@ static int fork_cmnd(struct command_details *details, int sv[2])
|
||||
child = fork();
|
||||
switch (child) {
|
||||
case -1:
|
||||
error(1, "fork");
|
||||
error(1, _("unable to fork"));
|
||||
break;
|
||||
case 0:
|
||||
/* child */
|
||||
|
Reference in New Issue
Block a user