diff --git a/content/src/controller/handlers/create-entity-handler.ts b/content/src/controller/handlers/create-entity-handler.ts index 54ae64afc..1a3a396bf 100644 --- a/content/src/controller/handlers/create-entity-handler.ts +++ b/content/src/controller/handlers/create-entity-handler.ts @@ -98,7 +98,7 @@ export async function createEntity( ) { issues = true console.log( - `${prefix}: Emote pointer ${urn} should be an item, not an asset. The URN must include the tokenId.` + `${prefix()}: Emote pointer ${urn} should be an item, not an asset. The URN must include the tokenId.` ) } } @@ -106,7 +106,7 @@ export async function createEntity( } if (issues) { - console.log(prefix(), context.request.headers) + console.log(`${prefix()} headers: ${context.request.headers}`) console.log(`${prefix()} referer: ${context.request.headers['referer']}`) console.log(`${prefix()} user-agent: ${context.request.headers['user-agent']}`) }