Fix printf where debug should be used.
This commit is contained in:
parent
65d4098d8e
commit
fb4832fb88
1 changed files with 1 additions and 1 deletions
2
siahsd.c
2
siahsd.c
|
@ -139,7 +139,7 @@ STATUS send_reply(TALLOC_CTX *mem_ctx, int sock, struct sockaddr_in from, struct
|
||||||
*(uint16_t *)&reply[reply_len - 2] = htons(sum);
|
*(uint16_t *)&reply[reply_len - 2] = htons(sum);
|
||||||
|
|
||||||
|
|
||||||
fprintf(stderr, "Sending %s sum %04x len %d\n", string, sum, reply_len - 4);
|
DEBUG(4, "Sending %s sum %04x len %d\n", string, sum, reply_len - 4);
|
||||||
|
|
||||||
n = sendto(sock, reply, reply_len, 0, (struct sockaddr *)&from, sizeof(from));
|
n = sendto(sock, reply, reply_len, 0, (struct sockaddr *)&from, sizeof(from));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue