mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[CSRSRV]: Fix two DPRINTs.
svn path=/trunk/; revision=60537
This commit is contained in:
@@ -740,7 +740,7 @@ NTAPI
|
||||
CsrDebugProcess(IN PCSR_PROCESS CsrProcess)
|
||||
{
|
||||
/* CSR does not handle debugging anymore */
|
||||
DPRINT("CSRSRV: %s(%08lx) called\n", __FUNCTION__, CsrProcess);
|
||||
DPRINT("CSRSRV: %s(0x%p) called\n", __FUNCTION__, CsrProcess);
|
||||
return STATUS_UNSUCCESSFUL;
|
||||
}
|
||||
|
||||
@@ -764,7 +764,7 @@ NTAPI
|
||||
CsrDebugProcessStop(IN PCSR_PROCESS CsrProcess)
|
||||
{
|
||||
/* CSR does not handle debugging anymore */
|
||||
DPRINT("CSRSRV: %s(%08lx) called\n", __FUNCTION__, CsrProcess);
|
||||
DPRINT("CSRSRV: %s(0x%p) called\n", __FUNCTION__, CsrProcess);
|
||||
return STATUS_UNSUCCESSFUL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user