advapi32: Trace the contents of the in parameter to GetServiceKeyNameW, not the out parameter.

oldstable
Rob Shearman 2009-03-24 11:25:51 +00:00 committed by Alexandre Julliard
parent 8f07e6932b
commit b9587e69e4
1 changed files with 1 additions and 1 deletions

View File

@ -1570,7 +1570,7 @@ BOOL WINAPI GetServiceKeyNameW( SC_HANDLE hSCManager, LPCWSTR lpDisplayName,
WCHAR buffer[2];
TRACE("%p %s %p %p\n", hSCManager,
debugstr_w(lpServiceName), lpDisplayName, lpcchBuffer);
debugstr_w(lpDisplayName), lpServiceName, lpcchBuffer);
if (!hSCManager)
{