Authored by htoooth

fix

@@ -34,7 +34,7 @@ module.exports = (req, res, next) => { @@ -34,7 +34,7 @@ module.exports = (req, res, next) => {
34 const report = queryParse.parse(req.query.l); 34 const report = queryParse.parse(req.query.l);
35 35
36 if (!report) { 36 if (!report) {
37 - logger.error('report can not be parse [%s]', req.query.l); 37 + logger.error('[client] report can not be parse [%s]', req.query.l);
38 return res.send(); 38 return res.send();
39 } 39 }
40 40