Module: wine Branch: master Commit: e637839a839c6001fc1c2a6ffbdc95162ccb4eb7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e637839a839c6001fc1c2a6ffb... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Tue Mar 2 14:58:02 2010 +0100 msi: Improve a trace. --- dlls/msi/helpers.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/msi/helpers.c b/dlls/msi/helpers.c index 2c472dd..c45ba23 100644 --- 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++;