mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 21:13:01 +00:00
[SHIMENG] Change SE_InstallBeforeInit loglevel.
This commit is contained in:
parent
cae04ffcb3
commit
06d7926e27
1 changed files with 1 additions and 1 deletions
|
@ -1165,7 +1165,7 @@ VOID NTAPI SE_InstallBeforeInit(PUNICODE_STRING ProcessImage, PVOID pShimData)
|
||||||
{
|
{
|
||||||
HSDB hsdb = NULL;
|
HSDB hsdb = NULL;
|
||||||
SDBQUERYRESULT QueryResult = { { 0 } };
|
SDBQUERYRESULT QueryResult = { { 0 } };
|
||||||
SHIMENG_MSG("(%wZ, %p)\n", ProcessImage, pShimData);
|
SHIMENG_INFO("(%wZ, %p)\n", ProcessImage, pShimData);
|
||||||
|
|
||||||
if (!SeiGetShimData(ProcessImage, pShimData, &hsdb, &QueryResult))
|
if (!SeiGetShimData(ProcessImage, pShimData, &hsdb, &QueryResult))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue