Correct wording in log

This commit is contained in:
Daniel Lugo 2021-07-23 17:25:09 -04:00
parent 092d7c3662
commit 01d9385813

View file

@ -2459,7 +2459,7 @@ module.exports = async (
const publicKeyForDecryption = req.header(PUBKEY_FOR_DECRYPT_HEADER) const publicKeyForDecryption = req.header(PUBKEY_FOR_DECRYPT_HEADER)
const epubForDecryption = req.header(EPUB_FOR_DECRYPT_HEADER) const epubForDecryption = req.header(EPUB_FOR_DECRYPT_HEADER)
const { path } = req.params const { path } = req.params
logger.info(`gun otheruser LOAD: ${path}`) logger.info(`gun self user LOAD: ${path}`)
res.status(200).json({ res.status(200).json({
data: await handleGunFetch({ data: await handleGunFetch({
path, path,