aboutsummaryrefslogtreecommitdiff
path: root/src/hypixelCached.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/hypixelCached.ts')
-rw-r--r--src/hypixelCached.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hypixelCached.ts b/src/hypixelCached.ts
index 6296dba..fd11a70 100644
--- a/src/hypixelCached.ts
+++ b/src/hypixelCached.ts
@@ -274,7 +274,7 @@ export async function fetchProfileUuid(user: string, profile: string): Promise<s
return null
}
- if (debug) console.debug('Cache miss: fetchProfileUuid', user)
+ if (debug) console.debug('Cache miss: fetchProfileUuid', user, profile)
const profiles = await fetchBasicProfiles(user)
if (!profiles) return // user probably doesnt exist