From c1d7f514e941ec0fc0b21ae170cab3987e5c276d Mon Sep 17 00:00:00 2001 From: drbob Date: Wed, 30 Apr 2014 11:53:32 +0000 Subject: [PATCH] added extra debugging. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7315 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- libretroshare/src/util/retrodb.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libretroshare/src/util/retrodb.cc b/libretroshare/src/util/retrodb.cc index 3e3cfd20d..24a9fa2ae 100644 --- a/libretroshare/src/util/retrodb.cc +++ b/libretroshare/src/util/retrodb.cc @@ -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; } }