sender: miscellaneous cleanups
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index f687a4cb131ebce3521c744e428361d283e32f6a..94a44854cfdb961c136dcca35fb6850f27a33e89 100644 (file)
--- 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"), \