X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http_send.c;h=e60b3f90f2853c6ff12f9958d642cb8b3e691e36;hp=28e245eae13ac6b7ce8e0a5f162ab88be52b5a60;hb=c73d23911d78ed10179c12ef8f79a3fcf3bbcdaf;hpb=92bdf5b8eabd215c898c2be80dcfd4565eba2eff diff --git a/http_send.c b/http_send.c index 28e245ea..e60b3f90 100644 --- a/http_send.c +++ b/http_send.c @@ -364,7 +364,7 @@ static int open_tcp_port(int port) } ret = mark_fd_nonblocking(server_fd); if (ret < 0) { - PARA_EMERG_LOG("%s\n", PARA_STRERROR(-ret)); + PARA_EMERG_LOG("%s\n", para_strerror(-ret)); exit(EXIT_FAILURE); } self->status = SENDER_ON;