mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 21:51:47 +00:00
[SETUP] Silence some noisy DPRINT1
This commit is contained in:
parent
3fc3447f3e
commit
0150bb964a
4 changed files with 11 additions and 8 deletions
|
@ -1048,7 +1048,10 @@ RegCleanupRegistry(
|
|||
Status = DisconnectRegistry(NULL,
|
||||
RegistryHives[i].HiveRegistryPath,
|
||||
1 /* REG_FORCE_UNLOAD */);
|
||||
DPRINT1("Unmounting '%S' %s\n", RegistryHives[i].HiveRegistryPath, NT_SUCCESS(Status) ? "succeeded" : "failed");
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT1("Unmounting '%S' failed\n", RegistryHives[i].HiveRegistryPath);
|
||||
}
|
||||
|
||||
/* Switch the hive state to 'Update' */
|
||||
RegistryHives[i].State = Update;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue