Explorar el Código

* Remove extra space

Bryan Drewery hace 17 años
padre
commit
d92c615dfa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/adns.c

+ 1 - 1
src/adns.c

@@ -917,7 +917,7 @@ static int parse_reply(char *response, size_t nbytes, const char* server_ip)
 		prev = q;
 	}
 
-        sdprintf("Reply (%d) questions: %d answers: %d ar: %d ns: %d from: %s QR: %d OPCODE: %d AA: %d TC: %d RD: %d RA: %d RCODE: %d",
+        sdprintf("Reply(%d) questions: %d answers: %d ar: %d ns: %d from: %s QR: %d OPCODE: %d AA: %d TC: %d RD: %d RA: %d RCODE: %d",
             header.id,
             header.question_count,
             header.answer_count,