mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:45:42 +00:00
add a DPRINT1, stating that HvpWriteLog doesn't work atm
svn path=/trunk/; revision=29268
This commit is contained in:
parent
0b5bb79dc8
commit
51de002eae
1 changed files with 5 additions and 3 deletions
|
@ -22,6 +22,8 @@ HvpWriteLog(
|
||||||
ULONG LastIndex;
|
ULONG LastIndex;
|
||||||
PVOID BlockPtr;
|
PVOID BlockPtr;
|
||||||
BOOLEAN Success;
|
BOOLEAN Success;
|
||||||
|
|
||||||
|
DPRINT1("FIXME: HvpWriteLog doesn't do anything atm\n");
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
ASSERT(RegistryHive->ReadOnly == FALSE);
|
ASSERT(RegistryHive->ReadOnly == FALSE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue