aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-09-07 01:00:37 +0000
committerRoger Dingledine <arma@torproject.org>2006-09-07 01:00:37 +0000
commit43edbf046195c55c20d0424af121211cd1cfc539 (patch)
tree5463381e79aefd82372c731193d9c10df54064fd /src/or/router.c
parent879fe91d88f91a5df903be9ca9dffe2c48dd0b3a (diff)
downloadtor-43edbf046195c55c20d0424af121211cd1cfc539.tar.gz
tor-43edbf046195c55c20d0424af121211cd1cfc539.zip
prefer calling it a client rather than an OP
svn:r8334
Diffstat (limited to 'src/or/router.c')
-rw-r--r--src/or/router.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c
index 63262c483c..fb8f8904ef 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -264,7 +264,7 @@ init_keys(void)
if (tor_tls_context_new(get_identity_key(),
options->Nickname ? options->Nickname : "client",
MAX_SSL_KEY_LIFETIME) < 0) {
- log_err(LD_GENERAL,"Error creating TLS context for OP.");
+ log_err(LD_GENERAL,"Error creating TLS context for Tor client.");
return -1;
}
return 0;