mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 13:10:39 +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;
|
ULONG ViewSize;
|
||||||
NTSTATUS Status;
|
NTSTATUS Status;
|
||||||
|
|
||||||
DPRINT("CmiInitNonVolatileRegistryHive(%p, %S, %d) called\n",
|
DPRINT("CmiInitNonVolatileRegistryHive(%p, %S) called\n",
|
||||||
RegistryHive, Filename, CreateNew);
|
RegistryHive, Filename);
|
||||||
|
|
||||||
/* Duplicate Filename */
|
/* Duplicate Filename */
|
||||||
Status = RtlCreateUnicodeString(&RegistryHive->HiveFileName,
|
Status = RtlCreateUnicodeString(&RegistryHive->HiveFileName,
|
||||||
|
@ -1042,8 +1042,8 @@ CmiInitNonVolatileRegistryHive (PREGISTRY_HIVE RegistryHive,
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
|
|
||||||
DPRINT("CmiInitNonVolatileRegistryHive(%p, %S, %d) - Finished.\n",
|
DPRINT("CmiInitNonVolatileRegistryHive(%p, %S) - Finished.\n",
|
||||||
RegistryHive, Filename, CreateNew);
|
RegistryHive, Filename);
|
||||||
|
|
||||||
return(STATUS_SUCCESS);
|
return(STATUS_SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
|
@ -146,7 +146,7 @@ CmiObjectParse(PVOID ParsedObject,
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Create new key object and put into linked list */
|
/* Create new key object and put into linked list */
|
||||||
DPRINT("CmiObjectParse: %s\n", cPath);
|
DPRINT("CmiObjectParse: %s\n", Path);
|
||||||
Status = ObRosCreateObject(NULL,
|
Status = ObRosCreateObject(NULL,
|
||||||
STANDARD_RIGHTS_REQUIRED,
|
STANDARD_RIGHTS_REQUIRED,
|
||||||
NULL,
|
NULL,
|
||||||
|
|
Loading…
Reference in a new issue