zakkak/turnin

Improve error messages

Closed this issue · 3 comments

The following line:

perror("seteuid");

as well as this:

perror("seteuid");

lack the class and user parts of the error message.

It's a quick PR to add them, and make error reporting better :)

@daknob Is a string format such as classx: userx: setuid: error acceptable?

I think so. Even seteuid: class and seteuid: user without any variables are better than this :)

Closed by #51