commented out debug trace in picotcp

This commit is contained in:
Joseph Henry
2017-06-22 18:20:49 -07:00
parent a3ecd78541
commit e10c621405

View File

@@ -586,7 +586,7 @@ static int pico_socket_deliver(struct pico_protocol *p, struct pico_frame *f, ui
sp = pico_get_sockport(p->proto_number, localport);
if (!sp) {
DEBUG_EXTRA("No such port %d", short_be(localport));
// DEBUG_EXTRA("No such port %d", short_be(localport));
return -1;
}
@@ -1996,7 +1996,7 @@ int pico_transport_process_in(struct pico_protocol *self, struct pico_frame *f)
return ret;
if (!IS_BCAST(f)) {
DEBUG_EXTRA("Socket not found...");
//DEBUG_EXTRA("Socket not found...");
pico_notify_socket_unreachable(f);
ret = -1;
pico_err = PICO_ERR_ENOENT;