From b18700834523dc69c0dce2bc26d19be856b93fb7 Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Wed, 8 Oct 2008 22:42:05 -0500 Subject: [PATCH] msi: Remove a part of a debugging statement that was accidentally left in. --- dlls/msi/table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msi/table.c b/dlls/msi/table.c index 0309165ebfc..f54f6b2c92c 100644 --- a/dlls/msi/table.c +++ b/dlls/msi/table.c @@ -944,7 +944,7 @@ static UINT get_tablecolumns( MSIDATABASE *db, UINT r, i, n=0, table_id, count, maxcount = *sz; MSITABLE *table = NULL; - TRACE("%s %d\n", debugstr_w(szTableName), *sz); + TRACE("%s\n", debugstr_w(szTableName)); /* first check if there is a default table with that name */ r = get_defaulttablecolumns( db, szTableName, colinfo, sz );