Skip to content

Commit 304a606

Browse files
committed
Revert "remove useless debug message"
This reverts commit dea6091.
1 parent 258c915 commit 304a606

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sqlitedb.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,7 @@ void DBBrowserDB::updateSchema( )
642642
}else{
643643
qDebug ("could not get list of tables: %d, %s",err,sqlite3_errmsg(_db));
644644
}
645+
qDebug(sqlite3_errmsg(_db));
645646

646647
//now get the field list for each table in tbmap
647648
tableMap::Iterator it;

0 commit comments

Comments
 (0)