diff options
Diffstat (limited to 'src/or/keypin.c')
-rw-r--r-- | src/or/keypin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/keypin.c b/src/or/keypin.c index 749bc6121c..335c793cd9 100644 --- a/src/or/keypin.c +++ b/src/or/keypin.c @@ -479,7 +479,7 @@ keypin_clear(void) HT_CLEAR(rsamap,&the_rsa_map); if (bad_entries) { - log_warn(LD_BUG, "Found %d discrepencies in the the keypin database.", + log_warn(LD_BUG, "Found %d discrepencies in the keypin database.", bad_entries); } } |