mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
Silence warning
svn path=/trunk/; revision=31504
This commit is contained in:
parent
8d7a4e27b7
commit
cba6b0342c
1 changed files with 0 additions and 6 deletions
|
@ -2248,13 +2248,7 @@ InvalidParameter:
|
|||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (CapturedClassName.Length == 0)
|
||||
WARN("Tried to get information of a non-existing class atom 0x%p process 0x%p init: 0x%x\n", CapturedClassName.Buffer, PsGetCurrentProcessId(), pi->RegisteredSysClasses);
|
||||
else
|
||||
WARN("Tried to get information of a non-existing class \"%wZ\" process 0x%p init: 0x%x\n", &CapturedClassName, PsGetCurrentProcessId(), pi->RegisteredSysClasses);
|
||||
SetLastWin32Error(ERROR_CLASS_DOES_NOT_EXIST);
|
||||
}
|
||||
}
|
||||
_SEH_HANDLE
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue