diff options
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r-- | src/or/rendservice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c index 3b509a0e4b..3c74e55770 100644 --- a/src/or/rendservice.c +++ b/src/or/rendservice.c @@ -359,7 +359,7 @@ rend_service_load_keys(void) return -1; } if (crypto_pk_get_digest(s->private_key, s->pk_digest)<0) { - log_warn(LD_BUG, "Bug: Couldn't compute hash of public key."); + log_warn(LD_BUG, "Couldn't compute hash of public key."); return -1; } if (strlcpy(fname,s->directory,sizeof(fname)) >= sizeof(fname) || |