[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] that comma was important
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
main.c
Log Message:
that comma was important
Index: main.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/main.c,v
retrieving revision 1.539
retrieving revision 1.540
diff -u -d -r1.539 -r1.540
--- main.c 22 Aug 2005 22:59:54 -0000 1.539
+++ main.c 23 Aug 2005 01:00:30 -0000 1.540
@@ -852,7 +852,7 @@
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. */