-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I suggest to change the printf in line:
Line 53 in 94b955b
printf("mark: setting SO_MARK for fd=%u to %#x\n", sd, mark); |
to fprintf:
fprintf(stderr, "mark: setting SO_MARK for fd=%u to %#x\n", sd, mark);
this will prevent problems when using commands with pipes or when parsing stdout
Metadata
Metadata
Assignees
Labels
No labels