Should no more be error in db

This commit is contained in:
Thomas FORGIONE
2015-07-09 15:04:55 +02:00
parent a623ff0b41
commit 401166d99b
8 changed files with 8 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ module.exports.index = function(req, res) {
[req.session.exp_id, req.body.fps],
function(err, result) {
if (err !== null)
Log.dberror(err);
Log.dberror(err + ' in fps');
release();
}
);