mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Fix some debug messages
svn path=/trunk/; revision=15711
This commit is contained in:
parent
bf6e782ee1
commit
18aa07be14
2 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@
|
|||
|
||||
/* INCLUDES *******************************************************************/
|
||||
|
||||
#define NDEBUG
|
||||
#include "vbemp.h"
|
||||
|
||||
/* PUBLIC AND PRIVATE FUNCTIONS ***********************************************/
|
||||
|
|
|
@ -43,7 +43,7 @@ SMAPI(SmCompSes)
|
|||
Status = SmCompleteClientInitialization ((ULONG) Request->Header.ClientId.UniqueProcess);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT1("SM: %s: NtQueryInformationProcess failed (Status=0x%08lx)\n",
|
||||
DPRINT1("SM: %s: SmCompleteClientInitialization failed (Status=0x%08lx)\n",
|
||||
__FUNCTION__, Status);
|
||||
}
|
||||
Request->SmHeader.Status = Status;
|
||||
|
|
Loading…
Reference in a new issue