Skip to content

Commit

Permalink
Add debug logging to match reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
drzel committed Jan 22, 2024
1 parent c34ea3f commit ebbd2b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ssqc/quadmode.qc
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ void () PostFOQuadStarted = {
data = strcat(data, "}\n");

local string uri = sprintf("%s/results/api/v1/matches", backend_address);
dprint("POST to ", uri, "\n");
dprint(data);
uri_post(uri, FO_QUAD_STARTED_REQUEST, "application/json", data);
};

Expand Down

0 comments on commit ebbd2b6

Please sign in to comment.