Skip to content

Commit dba5ea0

Browse files
committedMay 18, 2023
NATMap: Add a link to show more information.
1 parent 14a5e38 commit dba5ea0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/hev-sock.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ hev_sock_client_tcp (int family, const char *saddr, const char *sport,
167167
if (errno == EADDRNOTAVAIL) {
168168
LOGV (E, "%s",
169169
"Cannot assign requested address, "
170-
"Please check is another instance exists or wait a minute.");
170+
"Please check is another instance exists or wait a minute. "
171+
"More: https://github.com/heiher/natmap/issues/27");
171172
} else {
172173
LOGV (E, "%s", strerror (errno));
173174
}

0 commit comments

Comments
 (0)