mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[MSI] Add jira ticket to debug logging
This commit is contained in:
parent
d284c81494
commit
a0b1a01c59
1 changed files with 1 additions and 1 deletions
|
@ -1366,7 +1366,7 @@ AppHelpCheckPackage(LPCWSTR szPackage)
|
|||
if (hsdb)
|
||||
{
|
||||
BOOL bShim = SE_DynamicShim(szPackage, hsdb, QueryResult, "msi.dll", &dwToken);
|
||||
ERR("ReactOS HACK: Used SE_DynamicShim %d!\n", bShim);
|
||||
ERR("ReactOS HACK(CORE-13283): Used SE_DynamicShim %d!\n", bShim);
|
||||
|
||||
SdbReleaseDatabase(hsdb);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue