X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client_common.c;h=28c03d41ba08b75173da3e89dc96743c8cab9427;hp=5359b29944d0f52242fe31cb25bfc9a0b9065ab6;hb=c73d23911d78ed10179c12ef8f79a3fcf3bbcdaf;hpb=4591d3022ef21b5148a604d1099eacd85570bde0 diff --git a/client_common.c b/client_common.c index 5359b299..28c03d41 100644 --- a/client_common.c +++ b/client_common.c @@ -371,7 +371,7 @@ int client_open(int argc, char *argv[], struct private_client_data **pcd_ptr) out: free(home); if (ret < 0) { - PARA_ERROR_LOG("%s\n", PARA_STRERROR(-ret)); + PARA_ERROR_LOG("%s\n", para_strerror(-ret)); client_close(pcd); *pcd_ptr = NULL; }