From 9f3af964c72c837200b9faed87c8caea8068ff91 Mon Sep 17 00:00:00 2001 From: Ivan Leo Puoti Date: Tue, 16 Aug 2005 15:57:59 +0000 Subject: [PATCH] Improve NtCreateNamedPipe trace. --- dlls/ntdll/file.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dlls/ntdll/file.c b/dlls/ntdll/file.c index 2c453ccdd4a..26364b45272 100644 --- a/dlls/ntdll/file.c +++ b/dlls/ntdll/file.c @@ -1836,10 +1836,10 @@ NTSTATUS WINAPI NtCreateNamedPipeFile( PHANDLE handle, ULONG access, NTSTATUS status; static const WCHAR leadin[] = {'\\','?','?','\\','P','I','P','E','\\'}; - TRACE("(%p %lx %p %p %lx %ld %lx %ld %ld %ld %ld %ld %ld %p)\n", - handle, access, oa, iosb, sharing, dispo, options, pipe_type, - read_mode, completion_mode, max_inst, inbound_quota, outbound_quota, - timeout); + TRACE("(%p %lx %s %p %lx %ld %lx %ld %ld %ld %ld %ld %ld %p)\n", + handle, access, debugstr_w(oa->ObjectName->Buffer), iosb, sharing, dispo, + options, pipe_type, read_mode, completion_mode, max_inst, inbound_quota, + outbound_quota, timeout); if (oa->ObjectName->Length < sizeof(leadin) || strncmpiW( oa->ObjectName->Buffer,