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

@@ -14,7 +14,7 @@ module.exports.index = function(req, res) {
],
function(err, result) {
if (err !== null)
Log.dberror(err);
Log.dberror(err + ' in reset-clicked');
release();
}
);