Authored by htoooth

fix

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