Added Packet Successfully sent text plus errno for inet_sendto.

This commit is contained in:
MissValeska 2014-10-21 01:20:46 -07:00
parent d6986b3f4d
commit ae7fc0ee70

View File

@ -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;
}