mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +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;
|
||||
SDBQUERYRESULT QueryResult = { { 0 } };
|
||||
SHIMENG_MSG("(%wZ, %p)\n", ProcessImage, pShimData);
|
||||
SHIMENG_INFO("(%wZ, %p)\n", ProcessImage, pShimData);
|
||||
|
||||
if (!SeiGetShimData(ProcessImage, pShimData, &hsdb, &QueryResult))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue