Log for db

This commit is contained in:
Thomas FORGIONE
2015-07-01 11:31:44 +02:00
parent f18afb4471
commit d8f93c04c0
7 changed files with 14 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ module.exports.index = function(req, res) {
req.body.time
],
function(err, result) {
if (err !== null)
console.log("[DBERROR] " + err);
release();
}
);