X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=94a44854cfdb961c136dcca35fb6850f27a33e89;hp=f687a4cb131ebce3521c744e428361d283e32f6a;hb=0970b1cad049a9f01b85df7ab1420e68c5573223;hpb=eca2f3484fe6dadf5af9f8d1ff702d967ddeddf3 diff --git a/error.h b/error.h index f687a4cb..94a44854 100644 --- a/error.h +++ b/error.h @@ -222,7 +222,7 @@ extern const char **para_errlist[]; #define NET_ERRORS \ PARA_ERROR(NAME_TOO_LONG, "name too long for struct sockaddr_un"), \ - PARA_ERROR(ADDRESS_LOOKUP, "address lookup / socket creation failed"), \ + PARA_ERROR(ADDRESS_LOOKUP, "can not resolve requested address"),\ PARA_ERROR(CHMOD, "failed to set socket mode"), \ PARA_ERROR(SENDMSG, "sendmsg() failed"), \ PARA_ERROR(RECVMSG, "recvmsg() failed"), \