commit | 50684c15d5fb5e32732fca9d9e3de626e64a1419 | [log] [tgz] |
---|---|---|
author | Mike McCormack <mike@codeweavers.com> | Wed Nov 02 14:24:21 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Nov 02 14:24:21 2005 +0000 |
tree | 688d9fcce18cc898247c9728ed00b764e5679c13 | |
parent | d5655f90cfc5e7cf678e48aa7779662b990d3ffa [diff] [blame] |
Create the +msidb debug channel for msi database code.
diff --git a/dlls/msi/create.c b/dlls/msi/create.c index 2e98a2c..fb93c62 100644 --- a/dlls/msi/create.c +++ b/dlls/msi/create.c
@@ -33,7 +33,7 @@ #include "query.h" -WINE_DEFAULT_DEBUG_CHANNEL(msi); +WINE_DEFAULT_DEBUG_CHANNEL(msidb); /* below is the query interface to a table */