mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:32:56 +00:00
Silence debug message
svn path=/trunk/; revision=19178
This commit is contained in:
parent
5b196837de
commit
acb521d8c0
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ NtCreateKey(OUT PHANDLE KeyHandle,
|
||||||
{
|
{
|
||||||
if (L'\\' == RemainingPath.Buffer[i])
|
if (L'\\' == RemainingPath.Buffer[i])
|
||||||
{
|
{
|
||||||
DPRINT1("NtCreateKey() doesn't create trees! (found \'\\\' in remaining path: \"%wZ\"!)\n", &RemainingPath);
|
DPRINT("NtCreateKey() doesn't create trees! (found \'\\\' in remaining path: \"%wZ\"!)\n", &RemainingPath);
|
||||||
|
|
||||||
PostCreateKeyInfo.Object = NULL;
|
PostCreateKeyInfo.Object = NULL;
|
||||||
PostCreateKeyInfo.Status = STATUS_OBJECT_NAME_NOT_FOUND;
|
PostCreateKeyInfo.Status = STATUS_OBJECT_NAME_NOT_FOUND;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue