From 01d9385813793a37aff0fb8f868a5de7f31602f5 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Fri, 23 Jul 2021 17:25:09 -0400 Subject: [PATCH] Correct wording in log --- src/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes.js b/src/routes.js index ff0fd167..adecf578 100644 --- a/src/routes.js +++ b/src/routes.js @@ -2459,7 +2459,7 @@ module.exports = async ( const publicKeyForDecryption = req.header(PUBKEY_FOR_DECRYPT_HEADER) const epubForDecryption = req.header(EPUB_FOR_DECRYPT_HEADER) const { path } = req.params - logger.info(`gun otheruser LOAD: ${path}`) + logger.info(`gun self user LOAD: ${path}`) res.status(200).json({ data: await handleGunFetch({ path,