http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c6b2a7
)
msi: Improve a trace.
author
Hans Leidekker
<hans@codeweavers.com>
Tue, 2 Mar 2010 13:58:02 +0000
(14:58 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 2 Mar 2010 15:11:57 +0000
(16:11 +0100)
dlls/msi/helpers.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/msi/helpers.c
b/dlls/msi/helpers.c
index 2c472dd846ae695f8ca74fb43686b6fe9a0c44d5..c45ba236d50eab57723e35c4a628c275dfef5a53 100644
(file)
--- a/
dlls/msi/helpers.c
+++ b/
dlls/msi/helpers.c
@@
-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++;