mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
- Fixed some debug messages.
svn path=/trunk/; revision=5025
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user