Commit e637839a authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

msi: Improve a trace.

parent 6c6b2a7a
......@@ -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++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment