diff --git a/sqlitecluster/SQLite.cpp b/sqlitecluster/SQLite.cpp index 445e7ecdf..499093f0d 100644 --- a/sqlitecluster/SQLite.cpp +++ b/sqlitecluster/SQLite.cpp @@ -1175,7 +1175,7 @@ void SQLite::rollback(const string& commandName) SINFO("Transaction was automatically rolled back, not sending 'ROLLBACK'."); } else { if (_uncommittedQuery.size()) { - SINFO("Rolling back transaction: " << _uncommittedQuery.substr(0, 100)); + SINFO("Rolling back transaction: " << BedrockPlugin_Compression::decompress(_uncommittedQuery).substr(0, 100)); } uint64_t before = STimeNow(); SASSERT(!SQuery(_db, "ROLLBACK"));