From 69ee8983b232b1e5ccfb193d802147f117b16fa5 Mon Sep 17 00:00:00 2001 From: Dev Date: Sun, 22 Oct 2023 13:14:38 +0100 Subject: [PATCH] Improve logging text --- project/src/services/ProfileFixerService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/src/services/ProfileFixerService.ts b/project/src/services/ProfileFixerService.ts index f68b8445..0a819231 100644 --- a/project/src/services/ProfileFixerService.ts +++ b/project/src/services/ProfileFixerService.ts @@ -980,7 +980,7 @@ export class ProfileFixerService fullProfile.info.aid = fullProfile.characters.pmc.aid; - this.logger.debug(`Migrated AccountId from: ${fullProfile.characters.pmc.sessionId} to numeric to: ${fullProfile.characters.pmc.aid}`); + this.logger.debug(`Migrated AccountId from: ${fullProfile.characters.pmc.sessionId} to: ${fullProfile.characters.pmc.aid}`); } }