mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-14 07:03:44 +01:00
normalize spaces
svn:r5658
This commit is contained in:
parent
94bff33357
commit
d94b9fd7d2
@ -1911,13 +1911,11 @@ helper_node_set_status(const char *digest, int succeeded)
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (!helper->made_contact) { /* dump him */
|
if (!helper->made_contact) { /* dump him */
|
||||||
|
|
||||||
|
|
||||||
changed = 1;
|
changed = 1;
|
||||||
} else if (!helper->down_since) {
|
} else if (!helper->down_since) {
|
||||||
helper->down_since = time(NULL);
|
helper->down_since = time(NULL);
|
||||||
warn(LD_CIRC,
|
warn(LD_CIRC, "Connection to helper node '%s' failed."
|
||||||
"Connection to helper node '%s' failed. %d/%d helpers usable.",
|
" %d/%d helpers usable.",
|
||||||
helper->nickname, num_live_helpers(),
|
helper->nickname, num_live_helpers(),
|
||||||
smartlist_len(helper_nodes));
|
smartlist_len(helper_nodes));
|
||||||
changed = 1;
|
changed = 1;
|
||||||
|
@ -3,7 +3,8 @@
|
|||||||
* Copyright 2004-2005 Roger Dingledine, Nick Mathewson. */
|
* Copyright 2004-2005 Roger Dingledine, Nick Mathewson. */
|
||||||
/* See LICENSE for licensing information */
|
/* See LICENSE for licensing information */
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
const char main_c_id[] = "$Id$";
|
const char main_c_id[] =
|
||||||
|
"$Id$";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file main.c
|
* \file main.c
|
||||||
|
Loading…
Reference in New Issue
Block a user