Re: [PATCH 4/8] ipc: use the name of the task for error messages

2014-02-01 Thread Samuel Thibault
Justus Winter, le Sat 01 Feb 2014 15:09:24 +0100, a écrit : > * ipc/mach_port.c (mach_port_destroy): Use the name of the task for > error messages. > (mach_port_deallocate): Likewise. Ack. > --- > ipc/mach_port.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/ipc/m

[PATCH 4/8] ipc: use the name of the task for error messages

2014-02-01 Thread Justus Winter
* ipc/mach_port.c (mach_port_destroy): Use the name of the task for error messages. (mach_port_deallocate): Likewise. --- ipc/mach_port.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipc/mach_port.c b/ipc/mach_port.c index fbc5e69..13572a1 100644 --- a/ipc/mach_port.c ++