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; } }