-rw-r--r-- | backend/node/src/clipperz.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/node/src/clipperz.js b/backend/node/src/clipperz.js index b8b4d3e..04b054a 100644 --- a/backend/node/src/clipperz.js +++ b/backend/node/src/clipperz.js @@ -78,2 +78,3 @@ var CLIPPERZ = module.exports = function(CONFIG) { if(e) return D(),cb(e); + LOGGER.trace('SQL: transaction begun'); cb(null,{ |