--- WADF.php.orig	2008-09-01 09:49:54.000000000 +0100
+++ WADF.php	2008-09-01 11:08:38.000000000 +0100
@@ -341,7 +341,7 @@
 		$res = mysql_query('SHOW TABLES', $dbconn);
 		mysql_query('SET FOREIGN_KEY_CHECKS=0');
 		while ($table = mysql_fetch_row($res)) {
-			$this->_debugOutput( "\tDropping table " . $table[0], self::DEBUG_GENERAL); 
+			$this->_debugOutput( "\tDropping table " . $table[0], self::DEBUG_INFORMATION); 
 			mysql_query("DROP TABLE '" . $table[0] . "'", $dbconn);
 		}
 	}
