Print random ID of request to easify debugging

master
Mikhail Novosyolov 3 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("Status: %d\r\n", http_code);
printf("\r\n", http_code); printf("\r\n", http_code);
if (http_code == HTTP_OK) { if (http_code == HTTP_OK) {
printf("%s\r\n", "OK"); printf("OK (%s)\r\n", hex);
rc = 0; rc = 0;
} else { } else {
if (error_msg) if (error_msg)

Loading…
Cancel
Save