Revert "remove useless debug message"

This reverts commit dea609140b.
This commit is contained in:
Peinthor Rene
2013-01-21 20:08:57 +01:00
parent 258c91556b
commit 304a606423

View File

@@ -642,6 +642,7 @@ void DBBrowserDB::updateSchema( )
}else{
qDebug ("could not get list of tables: %d, %s",err,sqlite3_errmsg(_db));
}
qDebug(sqlite3_errmsg(_db));
//now get the field list for each table in tbmap
tableMap::Iterator it;