Improve logging text

This commit is contained in:
Dev 2023-10-22 13:14:38 +01:00
parent 3c709311d8
commit 69ee8983b2

View File

@ -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}`);
}
}