Print random ID of request to easify debugging

master
Mikhail Novosyolov 2 years ago
parent d82179191d
commit 3a8f0e76d1
  1. 2
      webserver/doskast-trigger-connect.c

@ -168,7 +168,7 @@ fcgi_out:
printf("Status: %d\r\n", http_code);
printf("\r\n", http_code);
if (http_code == HTTP_OK) {
printf("%s\r\n", "OK");
printf("OK (%s)\r\n", hex);
rc = 0;
} else {
if (error_msg)

Loading…
Cancel
Save