mirror of
https://github.com/ChronosX88/netsukuku.git
synced 2024-11-22 10:12:18 +00:00
Added Packet Successfully sent text plus errno for inet_sendto.
This commit is contained in:
parent
d6986b3f4d
commit
ae7fc0ee70
@ -1130,6 +1130,9 @@ inet_sendto(int s, const void *msg, size_t len, int flags,
|
||||
return err;
|
||||
break;
|
||||
}
|
||||
|
||||
error("\nSuccessfully sent packet, errno: %d\n", errno);
|
||||
|
||||
}
|
||||
return err;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user