mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fixed yet another buggy debug message.
svn path=/trunk/; revision=4903
This commit is contained in:
parent
6b85686432
commit
1cffd5317b
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: registry.c,v 1.105 2003/06/16 13:56:30 ekohl Exp $
|
/* $Id: registry.c,v 1.106 2003/06/16 14:00:51 ekohl Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -541,8 +541,8 @@ CmiConnectHive(IN POBJECT_ATTRIBUTES KeyObjectAttributes,
|
||||||
return STATUS_OBJECT_NAME_NOT_FOUND;
|
return STATUS_OBJECT_NAME_NOT_FOUND;
|
||||||
}
|
}
|
||||||
|
|
||||||
DPRINT("RemainingPath %S ParentObject %x\n",
|
DPRINT("RemainingPath %wZ ParentKey %p\n",
|
||||||
RemainingPath.Buffer, Object);
|
&RemainingPath, ParentKey);
|
||||||
|
|
||||||
Status = ObRosCreateObject(NULL,
|
Status = ObRosCreateObject(NULL,
|
||||||
STANDARD_RIGHTS_REQUIRED,
|
STANDARD_RIGHTS_REQUIRED,
|
||||||
|
|
Loading…
Reference in a new issue