added extra debugging.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7315 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2014-04-30 11:53:32 +00:00
parent 97a069007f
commit c1d7f514e9

View File

@ -147,6 +147,7 @@ bool RetroDb::execSQL(const std::string &query){
std::cerr << "RetroDb::execSQL(): Error executing statement (code: " << rc << ")\n";
std::cerr << "Sqlite Error msg: " << sqlite3_errmsg(mDb)
<< std::endl;
std::cerr << "RetroDb::execSQL() Query: " << query << std::endl;
}
}