mirror of
https://github.com/reactos/wine.git
synced 2025-02-19 20:31:35 +00:00
msi: Improve a trace.
This commit is contained in:
parent
6c6b2a7a18
commit
e637839a83
@ -713,7 +713,7 @@ UINT register_unique_action(MSIPACKAGE *package, LPCWSTR action)
|
||||
if (!package->script)
|
||||
return FALSE;
|
||||
|
||||
TRACE("Registering Action %s as having fun\n",debugstr_w(action));
|
||||
TRACE("Registering %s as unique action\n", debugstr_w(action));
|
||||
|
||||
count = package->script->UniqueActionsCount;
|
||||
package->script->UniqueActionsCount++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user