[08/11] msi: Improve a trace.

Hans Leidekker hans at codeweavers.com
Tue Mar 2 07:58:02 CST 2010


---
 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++;
-- 
1.6.3.3





More information about the wine-patches mailing list