Re: [PATCH 09/11] libports: improve error reporting in adjust_priority

2013-11-27 Thread Samuel Thibault
Justus Winter, le Wed 27 Nov 2013 13:31:16 +0100, a écrit : > By using error instead of perror, the warning can be proprely > attributed to the process. > > * libports/manage-multithread.c (adjust_priority): Use error instead > of perror to print the warning. Ack. > --- > libports/manage-mult

[PATCH 09/11] libports: improve error reporting in adjust_priority

2013-11-27 Thread Justus Winter
By using error instead of perror, the warning can be proprely attributed to the process. * libports/manage-multithread.c (adjust_priority): Use error instead of perror to print the warning. --- libports/manage-multithread.c |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --