Changeset 3335
- Timestamp:
- Oct 9, 2007, 2:49:24 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r3328 r3335 70 70 71 71 if test "x$use_gtk" = "xyes"; then 72 AC_PROG_INTLTOOL([0.23],[no-xml])72 IT_PROG_INTLTOOL([0.23],[no-xml]) 73 73 GETTEXT_PACKAGE=transmission 74 74 AC_SUBST(GETTEXT_PACKAGE) -
trunk/libtransmission/net.c
r3171 r3335 215 215 sizeof( struct sockaddr_in ) ) ) 216 216 { 217 tr_err( "Couldn't bind port %d ", port);217 tr_err( "Couldn't bind port %d: %s", port, strerror(sockerrno) ); 218 218 tr_netClose( s ); 219 219 return -1;
Note: See TracChangeset
for help on using the changeset viewer.