diff --git a/src/app.mjs b/src/app.mjs index 89570c86..118c0ab9 100644 --- a/src/app.mjs +++ b/src/app.mjs @@ -64,7 +64,7 @@ const {token, user} = req.query if (token) { if (actions.flush.has(token)) { - console.debug(`metrics/app/${login} > flushed cache`) + console.debug(`metrics/app/${user} > flushed cache`) cache.del(actions.flush.get(token)) return res.sendStatus(200) }