changed logging to easier to see when the http request starts

This commit is contained in:
Henry Oswald 2015-01-20 13:46:57 +00:00
parent 6d24c69e96
commit 28990d5a39

View file

@ -50,7 +50,7 @@ module.exports = HttpController =
res.send 400 # Bad Request
return
logger.log project_id: project_id, doc_id: doc_id, "updating doc"
logger.log project_id: project_id, doc_id: doc_id, "got http request to update doc"
DocManager.updateDoc project_id, doc_id, lines, (error, modified, rev) ->
return next(error) if error?
res.json {