add authstring to log

This commit is contained in:
Stanley Dimant
2024-09-06 12:43:35 +02:00
parent 1a672afa5f
commit 9a926dfbeb
2 changed files with 2 additions and 2 deletions

View File

@@ -227,7 +227,7 @@ public partial class MareWizardModule
services.DiscordVerifiedUsers[userid] = false;
_logger.LogInformation("Relink: Could not verify {userid} from lodestone {lodestone}, did not find authString: {authString}, status code was: {code}",
userid, services.DiscordRelinkLodestoneMapping[userid], authString, response.StatusCode);
await _botServices.LogToChannel($"<@{userid}> RELINK VERIFY: Failed: No Authstring. (<{url}>)").ConfigureAwait(false);
await _botServices.LogToChannel($"<@{userid}> RELINK VERIFY: Failed: No Authstring ({authString}). (<{url}>)").ConfigureAwait(false);
}
}
else