Prepare for deploy test

This commit is contained in:
Thomas FORGIONE
2015-09-29 09:20:07 +02:00
parent a03dc89195
commit 372f86a504
3 changed files with 15 additions and 14 deletions

View File

@@ -801,7 +801,7 @@ DBReq.ExpCreator.prototype.finish = function() {
// Commit, and then release
this.client.query("COMMIT;", function() {
Log.debug('Exp creation took ' + (Date.now() - self.startTime) + ' ms');
Log.debug('Exp creation took ' + (Date.now() - self.startTime) + ' ms', true);
self.release();
self.client = null;