Skip to content

Commit

Permalink
Debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector committed Feb 18, 2023
1 parent 125910a commit 50c9ae9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static void checkForUpdates() {
final var modMenuVersion = splitVersion.length > 1 ? splitVersion[1] : splitVersion[0];
final var userAgent = "%s/%s (%s/%s)".formatted(ModMenu.GITHUB_REF, modMenuVersion, mcVer, loader);
String body = ModMenu.GSON_MINIFIED.toJson(new LatestVersionsFromHashesBody(HASH_TO_MOD.keySet(), loader, mcVer));
LOGGER.info("User agent: " + userAgent);
LOGGER.debug("User agent: " + userAgent);
LOGGER.debug("Body: " + body);
var latestVersionsRequest = HttpRequest.newBuilder()
.POST(HttpRequest.BodyPublishers.ofString(body))
Expand Down

0 comments on commit 50c9ae9

Please sign in to comment.