Closed daknob closed 2 years ago
The following line:
https://github.com/zakkak/turnin/blob/d2b800db86f2ece3d160ea7e9466e52738b79d38/src/turnin.c#L235
as well as this:
https://github.com/zakkak/turnin/blob/d2b800db86f2ece3d160ea7e9466e52738b79d38/src/turnin.c#L255
lack the class and user parts of the error message.
class
user
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?
classx: userx: setuid: error
I think so. Even seteuid: class and seteuid: user without any variables are better than this :)
seteuid: class
seteuid: user
Closed by #51
The following line:
https://github.com/zakkak/turnin/blob/d2b800db86f2ece3d160ea7e9466e52738b79d38/src/turnin.c#L235
as well as this:
https://github.com/zakkak/turnin/blob/d2b800db86f2ece3d160ea7e9466e52738b79d38/src/turnin.c#L255
lack the
class
anduser
parts of the error message.It's a quick PR to add them, and make error reporting better :)