mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
- Fixed some debug messages.
svn path=/trunk/; revision=5025
This commit is contained in:
parent
5ac5a18db9
commit
c1c87cd076
2 changed files with 5 additions and 5 deletions
|
@ -859,8 +859,8 @@ CmiInitNonVolatileRegistryHive (PREGISTRY_HIVE RegistryHive,
|
|||
ULONG ViewSize;
|
||||
NTSTATUS Status;
|
||||
|
||||
DPRINT("CmiInitNonVolatileRegistryHive(%p, %S, %d) called\n",
|
||||
RegistryHive, Filename, CreateNew);
|
||||
DPRINT("CmiInitNonVolatileRegistryHive(%p, %S) called\n",
|
||||
RegistryHive, Filename);
|
||||
|
||||
/* Duplicate Filename */
|
||||
Status = RtlCreateUnicodeString(&RegistryHive->HiveFileName,
|
||||
|
@ -1042,8 +1042,8 @@ CmiInitNonVolatileRegistryHive (PREGISTRY_HIVE RegistryHive,
|
|||
return Status;
|
||||
}
|
||||
|
||||
DPRINT("CmiInitNonVolatileRegistryHive(%p, %S, %d) - Finished.\n",
|
||||
RegistryHive, Filename, CreateNew);
|
||||
DPRINT("CmiInitNonVolatileRegistryHive(%p, %S) - Finished.\n",
|
||||
RegistryHive, Filename);
|
||||
|
||||
return(STATUS_SUCCESS);
|
||||
}
|
||||
|
|
|
@ -146,7 +146,7 @@ CmiObjectParse(PVOID ParsedObject,
|
|||
}
|
||||
|
||||
/* Create new key object and put into linked list */
|
||||
DPRINT("CmiObjectParse: %s\n", cPath);
|
||||
DPRINT("CmiObjectParse: %s\n", Path);
|
||||
Status = ObRosCreateObject(NULL,
|
||||
STANDARD_RIGHTS_REQUIRED,
|
||||
NULL,
|
||||
|
|
Loading…
Reference in a new issue