mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
that comma was important
svn:r4820
This commit is contained in:
parent
8b766d1b7e
commit
675f6b5f3c
@ -852,7 +852,7 @@ second_elapsed_callback(int fd, short event, void *args)
|
||||
me->address, me->or_port);
|
||||
if (me && !check_whether_dirport_reachable())
|
||||
log(LOG_WARN,"Your server (%s:%d) has not managed to confirm that its DirPort is reachable. Please check your firewalls, ports, address, /etc/hosts file, etc.",
|
||||
me->address me->dir_port);
|
||||
me->address, me->dir_port);
|
||||
}
|
||||
|
||||
/* if more than 100s have elapsed, probably the clock jumped: doesn't count. */
|
||||
|
Loading…
Reference in New Issue
Block a user