From 675f6b5f3c17f2d99273807174b0bc2c4fdca0c8 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 23 Aug 2005 01:00:30 +0000 Subject: [PATCH] that comma was important svn:r4820 --- src/or/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/main.c b/src/or/main.c index 51142c3581..227a5599c2 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -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. */