mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 00:46:10 +08:00
[SHIMENG] Change SE_InstallBeforeInit loglevel.
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user