add authstring to log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user